Business Components

oracle.jbo.uicli.binding
Class JUCtrlAttrsDef

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
All Implemented Interfaces:
oracle.jbo.mom.xml.DefPersistable
Direct Known Subclasses:
JUCtrlListDef, JUDefaultControlDef, JULabelDef, JUTextFieldDef

public abstract class JUCtrlAttrsDef
extends JUCtrlValueDef


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
JUCtrlAttrsDef()
           
JUCtrlAttrsDef(java.lang.String name, java.lang.String controlClassName, java.lang.String controlBindingClassName, java.lang.String iterBindingName, java.lang.String[] attrNames)
           
 
Methods inherited from class oracle.jbo.uicli.binding.JUCtrlValueDef
getAttrNames, getFirstAttrName, init, loadChildrenFromXML, writeChildren
 
Methods inherited from class oracle.jbo.uicli.binding.JUControlDef
createControl, createControlBinding, 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

JUCtrlAttrsDef

public JUCtrlAttrsDef()

JUCtrlAttrsDef

public JUCtrlAttrsDef(java.lang.String name,
                      java.lang.String controlClassName,
                      java.lang.String controlBindingClassName,
                      java.lang.String iterBindingName,
                      java.lang.String[] attrNames)

Business Components