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

io
Class CheckBoxElement

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

public class CheckBoxElement
extends Element

Stellt eine Element der Eingabemaske als Checkbox dar.

Version:
1.2

Field Summary
private  boolean defaultValue
           
 
Fields inherited from class io.Element
concept, content, goalButtonChecked, hasGoalButton, label, typ
 
Constructor Summary
(package private) CheckBoxElement()
           
  CheckBoxElement(boolean defaultValue, java.lang.String label, Concept concept)
           
 
Method Summary
 java.lang.String generateElement(int i)
           
 
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 boolean defaultValue
Constructor Detail

CheckBoxElement

CheckBoxElement()

CheckBoxElement

public CheckBoxElement(boolean defaultValue,
                       java.lang.String label,
                       Concept concept)
Method Detail

generateElement

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