com.tonbeller.wcf.ui
Class TypedCtrl
java.lang.Object
com.tonbeller.wcf.ui.XoplonCtrl
com.tonbeller.wcf.ui.TypedCtrl
- All Implemented Interfaces:
- BasicTypes
- Direct Known Subclasses:
- EditCtrl, Select
- public class TypedCtrl
- extends XoplonCtrl
- implements BasicTypes
A DOM element with attributes describing a data type.
- Author:
- av
Method Summary |
static java.lang.String |
getFormatString(org.w3c.dom.Element element)
Get format string |
static java.lang.String |
getType(org.w3c.dom.Element element)
returns the data type |
static void |
setFormatString(org.w3c.dom.Element element,
java.lang.String formatString)
Set format string |
static void |
setType(org.w3c.dom.Element element,
java.lang.String type)
sets data type |
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 |
TypedCtrl
public TypedCtrl()
setFormatString
public static void setFormatString(org.w3c.dom.Element element,
java.lang.String formatString)
- Set format string
getFormatString
public static java.lang.String getFormatString(org.w3c.dom.Element element)
- Get format string
getType
public static java.lang.String getType(org.w3c.dom.Element element)
- returns the data type
setType
public static void setType(org.w3c.dom.Element element,
java.lang.String type)
- sets data type