Business Components

oracle.jbo.uicli.jui
Class JULayoutDefXY

java.lang.Object
  |
  +--oracle.jbo.common.NamedObjectImpl
        |
        +--oracle.jbo.mom.DefinitionObject
              |
              +--oracle.jbo.uicli.binding.JUDefBase
                    |
                    +--oracle.jbo.uicli.layout.JULayoutDef
                          |
                          +--oracle.jbo.uicli.jui.JULayoutDefXY
All Implemented Interfaces:
oracle.jbo.mom.xml.DefPersistable

public class JULayoutDefXY
extends oracle.jbo.uicli.layout.JULayoutDef


Fields inherited from class oracle.jbo.uicli.layout.JULayoutDef
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
JULayoutDefXY()
           
JULayoutDefXY(java.lang.String layoutClassName, java.lang.String layoutConsClassName)
           
 
Method Summary
TypeMethod
 java.lang.Object createLayout()
           
 int getHeight()
           
 int getWidth()
           
 void init(java.util.HashMap initValues)
           
protected  void retrieveFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement, java.util.HashMap valueTab)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void writeContents(oracle.jbo.mom.xml.DefWriter jos)
          Objects should write their persistence output in this method
 
Methods inherited from class oracle.jbo.uicli.layout.JULayoutDef
getLayoutClassName, getLayoutConsClassName, getXMLElementTag, setFormDef
 
Methods inherited from class oracle.jbo.uicli.binding.JUDefBase
convertToBoolean, convertToInt, convertToIntArray, createAndLoadFromXML, getDefClassName, getSubType, isDirty, isNew, loadChildrenFromXML, loadFromXML, readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, setDefClassName, setDirty, setName, setNew, setParent, setSubType, writeChildren, 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

JULayoutDefXY

public JULayoutDefXY()

JULayoutDefXY

public JULayoutDefXY(java.lang.String layoutClassName,
                     java.lang.String layoutConsClassName)
Method Detail

init

public void init(java.util.HashMap initValues)
Overrides:
init in class oracle.jbo.uicli.layout.JULayoutDef

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

createLayout

public java.lang.Object createLayout()
Overrides:
createLayout in class oracle.jbo.uicli.layout.JULayoutDef

retrieveFromXML

protected void retrieveFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement,
                               java.util.HashMap valueTab)
Overrides:
retrieveFromXML in class oracle.jbo.uicli.layout.JULayoutDef

writeContents

public void writeContents(oracle.jbo.mom.xml.DefWriter jos)
                   throws oracle.jbo.mom.xml.DefPersistenceException
Description copied from interface: oracle.jbo.mom.xml.DefPersistable
Objects should write their persistence output in this method
Overrides:
writeContents in class oracle.jbo.uicli.layout.JULayoutDef
Following copied from interface: oracle.jbo.mom.xml.DefPersistable
Parameters:
jos - the Output storage for persistence
Returns:
Number of Contents returned

Business Components