|
||||||||||
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.TypedCtrl
com.tonbeller.wcf.ui.Select
com.tonbeller.wcf.ui.SelectMultiple
com.tonbeller.wcf.ui.CheckBoxes
factory for generating check box container
Field Summary | |
static java.lang.String |
NODENAME
Deprecated. |
Fields inherited from interface com.tonbeller.wcf.format.BasicTypes |
BOOLEAN_TYPE, DATE_TYPE, DOUBLE_TYPE, EMAIL_TYPE, INT_TYPE, POSINT_TYPE, REQSTR_TYPE, STRING_TYPE |
Constructor Summary | |
CheckBoxes()
Deprecated. |
Method Summary | |
static org.w3c.dom.Element |
addCheckBoxes(org.w3c.dom.Element parent)
Deprecated. factory function for adding check boxes to parent |
static org.w3c.dom.Element |
createCheckBoxes(org.w3c.dom.Document doc)
Deprecated. factory function for creating checkBoxes |
static boolean |
isCheckBoxes(org.w3c.dom.Element elem)
Deprecated. |
Methods inherited from class com.tonbeller.wcf.ui.SelectMultiple |
getSelectedItems, getSelectedItemsIdx |
Methods inherited from class com.tonbeller.wcf.ui.Select |
addItem, getItems, getIValue, removeAllItems, removeItem, removeSelection, setIValue, setSelectedItems, setSelection |
Methods inherited from class com.tonbeller.wcf.ui.TypedCtrl |
getFormatString, getType, setFormatString, setType |
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 CheckBoxes()
Method Detail |
public static boolean isCheckBoxes(org.w3c.dom.Element elem)
public static org.w3c.dom.Element createCheckBoxes(org.w3c.dom.Document doc)
public static org.w3c.dom.Element addCheckBoxes(org.w3c.dom.Element parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |