Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.dbpanel.jclient
Class XmlSettingsManager

java.lang.Object
  extended byoracle.adf.dt.dbpanel.jclient.XmlSettingsManager

All Implemented Interfaces:
SettingsManager

public class XmlSettingsManager
extends java.lang.Object
implements SettingsManager

Read JCLient specific metadata which defines the controls for attr/view/methods.


Constructor Summary
XmlSettingsManager(DataBindingPanel dbpanel, java.lang.String sXmlFileName)

Method Summary
java.util.Vector getBeanAttributeList()
Return model for list options when a bean attribute is selected
java.util.Vector getCollectionNodeList()
Returns list for display when an accessor or a view object is selected
java.util.ArrayList getConfigurerClassNames()
java.util.Vector getDataControlList()
Return model for list options when an application module is selected
java.util.Vector getDataMethodsList()
Returns list of items to show whe a method is selected
java.util.Vector getStructuredNodeList()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

XmlSettingsManager

public XmlSettingsManager(DataBindingPanel dbpanel,
                          java.lang.String sXmlFileName)

Method Detail

getCollectionNodeList

public java.util.Vector getCollectionNodeList()
Description copied from interface: SettingsManager
Returns list for display when an accessor or a view object is selected
Specified by:
getCollectionNodeList in interface SettingsManager

getDataControlList

public java.util.Vector getDataControlList()
Description copied from interface: SettingsManager
Return model for list options when an application module is selected
Specified by:
getDataControlList in interface SettingsManager

getBeanAttributeList

public java.util.Vector getBeanAttributeList()
Description copied from interface: SettingsManager
Return model for list options when a bean attribute is selected
Specified by:
getBeanAttributeList in interface SettingsManager

getDataMethodsList

public java.util.Vector getDataMethodsList()
Description copied from interface: SettingsManager
Returns list of items to show whe a method is selected
Specified by:
getDataMethodsList in interface SettingsManager

getConfigurerClassNames

public java.util.ArrayList getConfigurerClassNames()

getStructuredNodeList

public java.util.Vector getStructuredNodeList()
Specified by:
getStructuredNodeList in interface SettingsManager

Oracle ADF Designtime API Reference v10.1.2


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