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


Uses of Package
oracle.binding

Packages that use oracle.binding
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 
oracle.binding Contains interfaces for data binding. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 

 

Classes in oracle.binding used by oracle.adf.model.adapter
DataControl
          An interface through which the Data Binding Facility interacts with a Service.
OperationBinding
          A ControlBinding that binds an datacontrol action, including navigational actions such as "Next" and "Prev", or other actions such as "Commit" and "Rollback", to a view component.
OperationInfo
          Represents information about an operation that a DataControl implementation should perform when its invokeAction method is called.

 

Classes in oracle.binding used by oracle.adf.model.binding
ControlBinding
          Base interface for all bindings that allow binding a View component to the data accessed via a datacontrol.
OperationBinding
          A ControlBinding that binds an datacontrol action, including navigational actions such as "Next" and "Prev", or other actions such as "Commit" and "Rollback", to a view component.
OperationInfo
          Represents information about an operation that a DataControl implementation should perform when its invokeAction method is called.
UpdateListener
          This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.

 

Classes in oracle.binding used by oracle.adf.model.generic
OperationBinding
          A ControlBinding that binds an datacontrol action, including navigational actions such as "Next" and "Prev", or other actions such as "Commit" and "Rollback", to a view component.
OperationInfo
          Represents information about an operation that a DataControl implementation should perform when its invokeAction method is called.

 

Classes in oracle.binding used by oracle.binding
AttributeContext
          A AttributeContext contains context that is passed into the TransactionalDataControl APIs when manipulating a bean attribute.
ControlBinding
          Base interface for all bindings that allow binding a View component to the data accessed via a datacontrol.
DataControl
          An interface through which the Data Binding Facility interacts with a Service.
OperationBinding
          A ControlBinding that binds an datacontrol action, including navigational actions such as "Next" and "Prev", or other actions such as "Commit" and "Rollback", to a view component.
OperationInfo
          Represents information about an operation that a DataControl implementation should perform when its invokeAction method is called.
RowContext
          A RowContext contains context that is passed into the TransactionalDataControl APIs when manipulating a row, such as when the row is being modified, created, or removed as a result of user interaction with the view layer.
UpdateListener
          This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.

 

Classes in oracle.binding used by oracle.jbo.uicli.binding
OperationInfo
          Represents information about an operation that a DataControl implementation should perform when its invokeAction method is called.
UpdateListener
          This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.

 


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.