Archived Website:
This website is a static snapshot for archival purposes only.
It is no longer maintained or updated.
io
Class Element
java.lang.Object
|
+--io.Element
- Direct Known Subclasses:
- CheckBoxElement, ComboBoxElement, TextBoxElement
- public class Element
- extends java.lang.Object
n Eingabeelemente des Startkonzepts. Es gibt drei Elementtypen:
1/2. Textbox/Combobox
Zielbutton (optional)
Label
Textentreefield/Combobox
3. Checkbox
Zielbutton
Label
- Version:
- 1.1
|
Field Summary |
protected Concept |
concept
|
protected java.lang.String |
content
Inhalt der Eingabe des Elementes |
private boolean |
goalButtonChecked
|
protected boolean |
hasGoalButton
bestimmt dar?ber ob vor Zielbutton f?r das Element gesetzt
wird oder nicht |
protected java.lang.String |
label
|
protected int |
typ
Typ kann folgende Werte annehmen:
1 = TextBox
2 = ComboBox
3 = CheckBox |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
typ
protected int typ
- Typ kann folgende Werte annehmen:
1 = TextBox
2 = ComboBox
3 = CheckBox
label
protected java.lang.String label
hasGoalButton
protected boolean hasGoalButton
- bestimmt dar?ber ob vor Zielbutton f?r das Element gesetzt
wird oder nicht
content
protected java.lang.String content
- Inhalt der Eingabe des Elementes
concept
protected Concept concept
goalButtonChecked
private boolean goalButtonChecked
Element
public Element()
generateElement
public java.lang.String generateElement(int i)
- Generiert ein Element als HTML-String.
setGoalButtonChecked
public void setGoalButtonChecked(boolean checked)
getGoalButtonChecked
public boolean getGoalButtonChecked()
getType
public int getType()
getContent
public java.lang.String getContent()
getConcept
public Concept getConcept()