Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.uicli.jui
Class JULayoutConsDefXYGroup

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

public class JULayoutConsDefXYGroup
extends oracle.jbo.uicli.layout.JULayoutConsDef

Field Summary

 

Fields inherited from class oracle.jbo.uicli.layout.JULayoutConsDef
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
JULayoutConsDefXYGroup()
           
JULayoutConsDefXYGroup(int[] xs, int[] ys, int[] widths, int[] heights)
           

 

Method Summary
 java.lang.Object createLayoutCons()
           
 int[] getHeights()
           
 int[] getWidths()
           
 int[] getXs()
           
 int[] getYs()
           
 void init(java.util.HashMap initValues)
           
 void loadChildrenFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement)
           
 void writeChildren(oracle.jbo.mom.xml.DefWriter jos)
           

 

Methods inherited from class oracle.jbo.uicli.layout.JULayoutConsDef
getXMLElementTag

 

Methods inherited from class oracle.jbo.uicli.binding.JUDefBase
convertToBoolean, convertToInt, convertToIntArray, createAndLoadFromXML, getDefClassName, getSubType, isDirty, isNew, loadFromXML, readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, retrieveFromXML, setDefClassName, setDirty, setName, setNew, setParent, setSubType, writeContents, 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

JULayoutConsDefXYGroup

public JULayoutConsDefXYGroup()

JULayoutConsDefXYGroup

public JULayoutConsDefXYGroup(int[] xs,
                              int[] ys,
                              int[] widths,
                              int[] heights)
Method Detail

init

public void init(java.util.HashMap initValues)
Overrides:
init in class JUDefBase

getXs

public int[] getXs()

getYs

public int[] getYs()

getWidths

public int[] getWidths()

getHeights

public int[] getHeights()

createLayoutCons

public java.lang.Object createLayoutCons()
Specified by:
createLayoutCons in class oracle.jbo.uicli.layout.JULayoutConsDef

loadChildrenFromXML

public void loadChildrenFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement)
Overrides:
loadChildrenFromXML in class JUDefBase

writeChildren

public void writeChildren(oracle.jbo.mom.xml.DefWriter jos)
                   throws oracle.jbo.mom.xml.DefPersistenceException
Specified by:
writeChildren in interface oracle.jbo.mom.xml.DefPersistable
Overrides:
writeChildren in class JUDefBase
oracle.jbo.mom.xml.DefPersistenceException

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.