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

io
Class ComboBoxElement

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

public class ComboBoxElement
extends Element

Stellt ein Element der Eingabemaske als Combobox dar.

Version:
1.2

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

Field Detail

defaultValue

private java.lang.String defaultValue

values

private java.util.LinkedList values
Constructor Detail

ComboBoxElement

ComboBoxElement()

ComboBoxElement

public ComboBoxElement(java.lang.String defaultValue,
                       java.util.LinkedList values,
                       java.lang.String label,
                       boolean hasGoalButton,
                       Concept concept)
Method Detail

generateElement

public java.lang.String generateElement(int i)
Overrides:
generateElement in class Element

setContent

public void setContent(java.lang.String content)