com.tonbeller.wcf.ui
Class CheckBox

java.lang.Object
  extended bycom.tonbeller.wcf.ui.XoplonCtrl
      extended bycom.tonbeller.wcf.ui.Item
          extended bycom.tonbeller.wcf.ui.CheckBox

public class CheckBox
extends Item


Field Summary
static java.lang.String NODENAME
           
 
Constructor Summary
CheckBox()
           
 
Method Summary
static org.w3c.dom.Element addCheckBox(org.w3c.dom.Element parent)
          adds check box to parent element, using parent's id as group id
static org.w3c.dom.Element createCheckBox(org.w3c.dom.Document doc)
          factory function
static boolean isCheckBox(org.w3c.dom.Element elem)
           
 
Methods inherited from class com.tonbeller.wcf.ui.Item
createItem, getValue, isSelected, setSelected, setValue
 
Methods inherited from class com.tonbeller.wcf.ui.XoplonCtrl
createCtrl, getId, getLabel, getModelReference, isDisabled, isHidden, setDisabled, setHidden, setId, setLabel, setModelReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODENAME

public static final java.lang.String NODENAME
See Also:
Constant Field Values
Constructor Detail

CheckBox

public CheckBox()
Method Detail

isCheckBox

public static boolean isCheckBox(org.w3c.dom.Element elem)

createCheckBox

public static org.w3c.dom.Element createCheckBox(org.w3c.dom.Document doc)
factory function


addCheckBox

public static org.w3c.dom.Element addCheckBox(org.w3c.dom.Element parent)
adds check box to parent element, using parent's id as group id