Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

oracle.adf.dtrt.model
Interface Bindable

All Known Subinterfaces:
ContentUsage

public interface Bindable

This interface indicates that a particular object representing Content in the view layer is capable of being bound to objects in the model layer. The primary capability of the ADF model is to represent bindings, which are relationships between components in different layers of the application.

See Also:
Binding

Method Summary
 Binding getBinding()
          Returns the binding associated with this object and if it doesn't exist it will cause it to be created.
 

Method Detail

getBinding

Binding getBinding()
Returns the binding associated with this object and if it doesn't exist it will cause it to be created.

Returns:
The binding associated with this object

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

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