|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.ui.XoplonCtrl
com.tonbeller.wcf.ui.Item
com.tonbeller.wcf.ui.CheckBox
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 |
public static final java.lang.String NODENAME
Constructor Detail |
public CheckBox()
Method Detail |
public static boolean isCheckBox(org.w3c.dom.Element elem)
public static org.w3c.dom.Element createCheckBox(org.w3c.dom.Document doc)
public static org.w3c.dom.Element addCheckBox(org.w3c.dom.Element parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |