Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Package oracle.adf.model

Contains the ADFm classes and interfaces that apply to the all ADFm implementation.

See:
          Description

Interface Summary
AttributeBinding A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
AttributeBindingListener This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.
AttributesBinding A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
BindingContainer A map that provides a name-space to locate binding objects through which data is accessed on a view.
ControlBinding Base interface for all bindings that allow binding a View component to the data accessed via a datacontrol.
CustomDefDataControl  
DataControl DataControl is a collection of DataControls accessed by their key This is only for internal purposes and implementing just this interface will not work in ADF 9.0.5.1.
DataControlFactory  
ManagedDataControl ManagedDataControl
OperationBinding  
OperationInfo Represents information about an operation that a datacontrol should use to invoke it.
OperationParameter  
RangeBinding A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
RegionBinding A map that provides a name-space to locate binding objects through which data is accessed on a view region.
RegionContext A map that provides a name-space to locate binding objects through which data is accessed on a view region.
RegionController *** For internal framework use only *** For use by ADF Controller to indicate that a RegionListener is a controller class that will take the responsiblity of calling region's refresh and validate methods.
RegionListener This Listener is invoked when a nested Region is being processed by it's containee.
RowContext Context passed into TransactionalDataControl apis when manipulating a row.
TransactionalDataControl DataControl is a collection of DataControls accessed by their key This is only for internal purposes and implementing just this interface will not work in ADF 9.0.5.1.
UpdateListener This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.

 

Class Summary
ADFmMessageBundle  
BindingContext  
DataControlDefinitionFactory  

 

Package oracle.adf.model Description

Contains the ADFm classes and interfaces that apply to the all ADFm implementation.

This package contains DataControlFactory and DataControl interfaces that need to be implemented by all DataControl implementations to participate in ADFm. This package contains common message bundle that is used in all ADFm implementations for generic framework messages.


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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