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


Uses of Interface
oracle.binding.ControlBinding

Packages that use ControlBinding
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.binding Contains interfaces for data binding. 

 

Uses of ControlBinding in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return ControlBinding
 ControlBinding DCBindingContainer.getControlBinding(java.lang.String name)
           

 

Uses of ControlBinding in oracle.binding

 

Subinterfaces of ControlBinding in oracle.binding
 interface AttributeBinding
          A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
 interface AttributesBinding
          A ControlBinding that binds multiple attribute values exposed via a datacontrol to a view component, and manages access to the actual values.
 interface 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.
 interface RangeBinding
          A ControlBinding that binds multiple attribute values exposed via a datacontrol to a view component, and manages access to current ranges and position within the attribute collection.

 

Methods in oracle.binding that return ControlBinding
 ControlBinding BindingContainer.getControlBinding(java.lang.String name)
          Returns a control binding with the given name.

 


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.