|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.NamedObjectImpl | +--oracle.jbo.mom.DefinitionObject | +--oracle.jbo.uicli.binding.JUDefBase | +--oracle.jbo.uicli.binding.JUControlDef | +--oracle.jbo.uicli.binding.JUCtrlValueDef | +--oracle.jbo.uicli.binding.JUCtrlAttrsDef | +--oracle.jbo.uicli.jui.JUTextFieldDef
Fields inherited from class oracle.jbo.uicli.binding.JUControlDef |
PNAME_TYPE |
Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent,
mProperties |
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
XML_STATEMENT |
Constructor Summary |
JUTextFieldDef()
|
JUTextFieldDef(java.lang.String name,
java.lang.String iterBindingName,
java.lang.String[] attrNames)
|
JUTextFieldDef(java.lang.String name,
java.lang.String controlClassName,
java.lang.String controlBindingClassName,
java.lang.String iterBindingName,
java.lang.String[] attrNames)
|
Method Summary |
Type | Method |
---|---|
java.lang.Object |
createControl()
|
protected JUControlBinding |
createControlBinding(java.lang.Object control,
JUFormBinding formBnd)
|
Methods inherited from class oracle.jbo.uicli.binding.JUCtrlValueDef |
getAttrNames, getFirstAttrName, init,
loadChildrenFromXML, writeChildren |
Methods inherited from class oracle.jbo.uicli.binding.JUControlDef |
createControlBinding, getControlBindingClassName,
getControlClassName, getInitialValue, getIterBinding,
getIterBindingName, getLayoutCons, getXMLElementTag,
retrieveFromXML, setControlBindingClassName,
setControlClassName, setInitialValue, writeContents |
Methods inherited from class oracle.jbo.uicli.binding.JUDefBase |
convertToBoolean, convertToInt, convertToIntArray,
createAndLoadFromXML, getDefClassName, getSubType,
isDirty, isNew, loadFromXML,
readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, setDefClassName, setDirty, setName,
setNew, setParent, setSubType,
writeObject, writeXMLIntArray,
writeXMLStringArray |
Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadProperties, resolveReferences, setBaseDefObject, setObjectResolved |
Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent,
getProperties, getPropertiesAsStrings, getPropertiesMap,
getProperty, refreshProperty, setFullName,
setPropertiesMap, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.mom.xml.DefPersistable |
getFullName |
Constructor Detail |
public JUTextFieldDef()
public JUTextFieldDef(java.lang.String name, java.lang.String controlClassName, java.lang.String controlBindingClassName, java.lang.String iterBindingName, java.lang.String[] attrNames)
public JUTextFieldDef(java.lang.String name, java.lang.String iterBindingName, java.lang.String[] attrNames)
Method Detail |
public java.lang.Object createControl()
createControl
in class JUControlDef
protected JUControlBinding createControlBinding(java.lang.Object control, JUFormBinding formBnd)
createControlBinding
in class JUControlDef
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |