|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.adf.model.binding.DCDefBase
oracle.adf.model.layout.DCLayoutDef
oracle.jbo.uicli.layout.JULayoutDef
oracle.jbo.uicli.jui.JULayoutDefXY
Field Summary | |
static java.lang.String |
PNAME_Height |
static java.lang.String |
PNAME_Width |
Fields inherited from class oracle.adf.model.layout.DCLayoutDef |
PNAME_LayoutClass, PNAME_LayoutConsClass, 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 |
Constructor Summary | |
JULayoutDefXY() |
|
JULayoutDefXY(java.lang.String layoutClassName, java.lang.String layoutConsClassName) |
Method Summary | |
java.lang.Object |
createLayout() |
int |
getHeight() |
int |
getWidth() |
void |
init(java.util.HashMap initValues) |
protected void |
retrieveFromXML(oracle.jbo.mom.xml.DefElement xmlElement, java.util.HashMap valueTab) |
void |
setHeight(int height) |
void |
setWidth(int width) |
Methods inherited from class oracle.adf.model.layout.DCLayoutDef |
getLayoutClassName, getLayoutConsClassName, getXMLElementTag, setBindingContainerDef |
Methods inherited from class oracle.adf.model.binding.DCDefBase |
convertToBoolean, convertToInt, convertToIntArray, createAndLoadFromXML, getDefClassName, getSubType, initSubType, isDirty, isNew, loadChildrenFromXML, loadFromXML, readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, readXMLStringArrayList, readXMLStringArrayList, setDefClassName, setDirty, setNew, setSubType |
Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getExtendedDefObjects, hasExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadProperties, resolveReferences, setBaseDefObject, setName, setObjectResolved, setParent |
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 |
Field Detail |
public static final java.lang.String PNAME_Width
public static final java.lang.String PNAME_Height
Constructor Detail |
public JULayoutDefXY()
public JULayoutDefXY(java.lang.String layoutClassName, java.lang.String layoutConsClassName)
Method Detail |
public void init(java.util.HashMap initValues)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public java.lang.Object createLayout()
protected void retrieveFromXML(oracle.jbo.mom.xml.DefElement xmlElement, java.util.HashMap valueTab)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |