Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

io
Class TextBoxElement

java.lang.Object
  |
  +--io.Element
        |
        +--io.TextBoxElement

public class TextBoxElement
extends Element

Stellt ein Element der Eingabemaske als Textbox dar.

Version:
1.2

Fields inherited from class io.Element
concept, content, goalButtonChecked, hasGoalButton, label, typ
 
Constructor Summary
TextBoxElement()
           
TextBoxElement(java.lang.String label, boolean hasGoalButton, Concept concept)
           
 
Method Summary
 void setContent(java.lang.String content)
           
 
Methods inherited from class io.Element
generateElement, getConcept, getContent, getGoalButtonChecked, getType, setGoalButtonChecked
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TextBoxElement

public TextBoxElement()

TextBoxElement

public TextBoxElement(java.lang.String label,
                      boolean hasGoalButton,
                      Concept concept)
Method Detail

setContent

public void setContent(java.lang.String content)