When you manually create a binding such as an attribute value binding, what name would you give to the
binding? (Choose the best answer.)
A.
a name that reflects the UI component to which it is bound
B.
the page name suffixed with the UI component name to which it is bound
C.
the page name suffixed with the data control name
D.
the name of the data control attribute to which the binding refers
E.
an EL (Expression Language) of the form #{bindings.<datacontrolname>.value}
Explanation:
Note: The oracle.jbo.uicli.binding.JUCtrlValueBinding class implements the attribute value binding.
The attribute value binding permits the databound UI component to obtain the attribute value of the specified
collection’s data object. Depending on the type of UI component, users may view and, in some cases, edit the
value of the attribute.
The attribute value binding defines its own set of runtime properties.
http://download.oracle.com/otn_hosted_doc/jdeveloper/1012/developing_mvc_applications/
adf_aclientbindingcode.html