|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.ui.XoplonCtrl
Base class for all Xoplon controls. Contains static factory function and static access functions to id and label attributes.
Constructor Summary | |
XoplonCtrl()
|
Method Summary | |
protected static org.w3c.dom.Element |
createCtrl(org.w3c.dom.Document factory,
java.lang.String type)
creates ctrl of given type |
static java.lang.String |
getId(org.w3c.dom.Element element)
returns element's id |
static java.lang.String |
getLabel(org.w3c.dom.Element elem)
gets element's label |
static java.lang.String |
getModelReference(org.w3c.dom.Element elem)
gets element's modelReference attribute |
static boolean |
isDisabled(org.w3c.dom.Element elem)
gets element's disabled property |
static boolean |
isHidden(org.w3c.dom.Element elem)
gets element's hidden property |
static void |
setDisabled(org.w3c.dom.Element elem,
boolean disabled)
sets element's disabled property |
static void |
setHidden(org.w3c.dom.Element elem,
boolean disabled)
sets element's hidden property |
static void |
setId(org.w3c.dom.Element elem,
java.lang.String id)
sets element's id |
static void |
setLabel(org.w3c.dom.Element elem,
java.lang.String label)
sets element's label |
static void |
setModelReference(org.w3c.dom.Element elem,
java.lang.String label)
defines the model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XoplonCtrl()
Method Detail |
protected static org.w3c.dom.Element createCtrl(org.w3c.dom.Document factory, java.lang.String type)
public static java.lang.String getId(org.w3c.dom.Element element)
public static void setId(org.w3c.dom.Element elem, java.lang.String id)
public static void setLabel(org.w3c.dom.Element elem, java.lang.String label)
public static java.lang.String getLabel(org.w3c.dom.Element elem)
public static void setDisabled(org.w3c.dom.Element elem, boolean disabled)
public static boolean isDisabled(org.w3c.dom.Element elem)
public static void setHidden(org.w3c.dom.Element elem, boolean disabled)
public static boolean isHidden(org.w3c.dom.Element elem)
public static void setModelReference(org.w3c.dom.Element elem, java.lang.String label)
public static java.lang.String getModelReference(org.w3c.dom.Element elem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |