Oracle Data-aware Controls Reference

Package oracle.dacf.control

Interface Summary
ApplyEditsListener This interface is used by the NavigationManager and navigation aware controls like the NavigationBar to manage the movement of values from the control to the appropriate DataItem.
ContainerControl An interface that a Control implements when it is a container like the GridControl.
Control All data-aware controls that plug into the runtime framework must implement this interface.
ControlEnabledListener ControlEnabledListener
CurrencyListener This interface is to be implemented by those classes that wish to notified when the current control changes.
DualBindingControl  
IncompleteTransactionAlert IncompleteTransactionAlert
InfoBusManagerListener  
LOVInterface defines the LOV interface
NavigatedListener This defines the interface for receiving Navigated events fired by a Control.
NavigatingListener Interface for receiving NavigatingEvent fired by a Control.
 

Class Summary
ConsumerSupport  
ControlSupport This class provides default implementations for most of the methods in the Control interface.
ControlSupportHC A variant of ControlSupport to support controls that utilize a hierarchy of DataItems.
CurrencyChangedEvent This event is sent by the NavigationManager to all CurrencyListeners whenever the the "current" control is changed.
DataItemAccessHelper This class provides support to help access a data item.
DbAccessMonitor This class tracks a DbAccess item.
DbAccessMonitorFactory This factory object keeps track of DbAccesMonitor object.
DbAccessSupport This class provides support to access a DbAccess data item.
IncompleteTransactionAlertImpl IncompleteTransactionAlertImpl Implements the InccompleteTransactionAlert interface
InfoBusManager The InfoBusManager serves to track active controls.
InfoBusManagerReleaseEvent Delivers the a reference to the Container that causing the release of resource fo InfoBusMembers.
This most typically will occur when a container such as a frame is being "closed" but it could also apply to a panel that is being "destroyed".
NavigatedAdapter This class provides an empty implementation of the NavigatedListener interface.Listeners that are not interested in receiving all the NavigatedEvents should subclass from NavigatedAdapter and override appropriate methods.
NavigatedEvent NavigatedEvent is used by a Control to notify it's listener's about the type and level of navigation change that occurs when focus changes from control to another.
NavigatingAdapter This class provides an empty implementation of the NavigatingListener interface.Listeners that are not interested in receiving all the NavigatingEvents should subclass from NavigatingAdapter and override appropriate methods.
NavigatingEvent  
NavigationManager This class arbitrates the focus changes between Data aware controls Control.
 

Exception Summary
ApplyEditsValidationException This exception is used by implemented of the ApplyEditsListener interface to abort navigation when a validation exception is thrown by the InfoBus producers.
LoginFailureException This exception is thrown to stop the the execution of a frame or applet when a connection cannot be made.
NavigatingException This exception is thrown to stop the NavigationEvent delivery cycle and to transfer the focus to some other control.
 


Oracle Data-aware Controls Reference

 

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