Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Package oracle.adf.model.binding

Contains the abstract implementation of ADFm binding objects.

See:
          Description

Interface Summary
DCBindingContainerValidationListener Implemented by classes that are interested in performing typically lightweight, client-side validation for an attribute, a row, or the whole transaction.
DCCachingErrorHandler  
DCDataControlManagement INTERNAL USE ONLY.
DCDefFactory  
DCErrorHandler Implements reporting of all ADF exceptions raised in the context of a DCBindingContainer.
DCIExecutable *** For internal framework use only *** Implemented by RegionBinding, IteratorBinding and ActionReference, the three default executable binding implementations.
DCInvokeMethodListener Implemented by classes that are interested in performing typically lightweight, client-side preparation of data or update of display before or after an action binding performs it's action.
DCStatusBarInterface Implements status messages based on the current focus, current iterator, and current display mode of a DCPanel.
DCTransactionStateListener Implemented by controls/classes that need to react to a change in a transaction's state.
DefinitionFactory  

 

Class Summary
DCBindingContainer Corresponds to a Swing JFrame or a JSP Page instance and manages bindings used in a frame.
DCBindingContainerDef  
DCBindingContainerReference  
DCBindingContainerState This class can capture the iterator state for a binding container.
DCBindingContainerValidationAdapter Default implementation for DCBindingContainerValidationListener interface.
DCBindingContainerValidationEvent Implements EventObject that is passed to the DCBindingContainerValidationListeners in the various event methods.
DCConfigurationDef  
DCControlBinding The base class for all binding objects in the ADF framework that bind a View control/model to an object or an attribute of an object in a DataControl.
DCControlBindingDef  
DCDataControl The application class that manages connection to a Data Provider object.
DCDataControlConfigDef  
DCDataControlDef  
DCDataControlReference  
DCDefBase  
DCErrorHandlerImpl Implements a default error handling class for the ADF framework.
DCErrorHandlerThrow Implements a default error handling class for the ADF framework.
DCExecutableBinding  
DCExecutableBindingDef  
DCInvokeActionDef  
DCInvokeMethod Implements metadata and logic to invoke a custom action binding method.
DCInvokeMethodAdapter Default adapter for DCInvokeMethodListener event.
DCInvokeMethodDef Implements metadata and logic to invoke a custom action binding method.
DCInvokeMethodEvent  
DCIteratorBinding DCIteratorBinding is the binding class that interacts with RowIterator objects to iterate over rows and provide the current row(s) for use in a client application or to view via various control bindings.
DCIteratorBindingDef  
DCMethodParameter *** For internal framework use only ***
DCMethodParameterDef  
DCParameter  
DCParameterDef  
DCParameterSetDef  
DCUtil Contains some static utility methods used by the framework.
DCValidationListenersUtil Internal: Applications should not use this class.
DCVariableImpl  
DCVariableValueManagerImpl  
PermissionHelper  

 

Package oracle.adf.model.binding Description

Contains the abstract implementation of ADFm binding objects.

This package contains classes that interact with an abstract DataControl implementation. Various View bindings implementation subclass from classes in this package to implement View specific bindings.


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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