|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.dt.DataControlManager
Main class for registering listeners or providers. Listeners listen to DataControl creation\deletion. Providers are used to provide data control definitions from other sources such as xml files or database tables.
Method Summary | |
void |
addControlProvider(DataControlProvider provider)
Registers a new Data Control provider. |
void |
addListener(DataControlListener listener)
Register a new listener to be notified when the set of data controls has changed. |
JUDTDataControl |
findDataControl(java.lang.String sName)
Finds a data control by its name. |
java.util.ArrayList |
getAllDataControls()
Returns the list of all the Data Controls published by the registered Data Control Providers. |
java.util.ArrayList |
getAllDataControls(boolean visible)
Returns the list of all the Data Controls published by the registered Data Control Providers. |
static DataControlManager |
getInstance()
Returns the singleton instance of the DataControlManager |
void |
notifyDataControlSetChanged()
This function is used to notify listeners that the set of data controls has changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DataControlManager getInstance()
public void notifyDataControlSetChanged()
public void addControlProvider(DataControlProvider provider)
provider
- public void addListener(DataControlListener listener)
listener
- public java.util.ArrayList getAllDataControls()
public java.util.ArrayList getAllDataControls(boolean visible)
public JUDTDataControl findDataControl(java.lang.String sName)
sName
-
|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.