|
||||||||||
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.EditCtrl
com.tonbeller.wcf.ui.Password
factory for generating password ctrls
Field Summary | |
static java.lang.String |
NODENAME
|
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 | |
Password()
|
Method Summary | |
static org.w3c.dom.Element |
addPasswordCtrl(org.w3c.dom.Element parent)
factory function for adding text ctrl to parent |
static org.w3c.dom.Element |
createPasswordCtrl(org.w3c.dom.Document doc)
factory function for password ctrl |
static boolean |
isPassword(org.w3c.dom.Element elem)
|
Methods inherited from class com.tonbeller.wcf.ui.EditCtrl |
createValueHolder, createValueHolder, getBoolean, getDate, getDouble, getInt, getMaxLength, getString, getValue, getValue, setBoolean, setDate, setDouble, setInt, setMaxLength, setString, setValue, setValue |
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 Password()
Method Detail |
public static boolean isPassword(org.w3c.dom.Element elem)
public static org.w3c.dom.Element createPasswordCtrl(org.w3c.dom.Document doc)
public static org.w3c.dom.Element addPasswordCtrl(org.w3c.dom.Element parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |