Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.dbpanel
Interface SettingsManager

All Known Implementing Classes:
JRadSettingsManager, UIXSettingsManager, XmlSettingsManager, XmlSettingsManager

public interface SettingsManager

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.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()
           

 

Method Detail

getDataControlList

public java.util.Vector getDataControlList()
Return model for list options when an application module is selected

getBeanAttributeList

public java.util.Vector getBeanAttributeList()
Return model for list options when a bean attribute is selected

getDataMethodsList

public java.util.Vector getDataMethodsList()
Returns list of items to show whe a method is selected

getCollectionNodeList

public java.util.Vector getCollectionNodeList()
Returns list for display when an accessor or a view object is selected

getStructuredNodeList

public java.util.Vector getStructuredNodeList()

Oracle ADF Designtime API Reference v10.1.2


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