|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributesBinding
A ControlBinding that binds multiple attribute values exposed via a datacontrol
to a view component, and manages access to the actual values.
This interface is implemented by the data binding framework, and is made available
to the View components through the binding container.
| Method Summary | |
|---|---|
List |
getErrors()
Returns a list of errors that were raised during the last setInputValue call. |
java.lang.Object |
getInputValue(int index)
Returns the value that should be rendered on a view for the attribute associated with this binding at the specified position. |
java.lang.String[] |
getLabelSet()
Returns the display label or prompt for the all the attributes represented by this binding. |
boolean |
isUpdateable(int index)
Finds out whether the attribute is updateable or is for display only. |
void |
setInputValue(int index,
java.lang.Object inputVal)
Updates the attribute value associated with this binding at the given position. |
void |
setValueListener(AttributesBindingListener listener)
-DRM added |
| Methods inherited from interface oracle.adfnmc.bindings.ControlBinding |
|---|
containerInitialized, getBindings, getMetadataDefinition, getName, getPath, release, resolvePath, setListener |
| Method Detail |
|---|
java.lang.Object getInputValue(int index)
index - index of the attribute to retrieve.
void setInputValue(int index,
java.lang.Object inputVal)
index - index of the attribute to be updated.inputVal - The new attribute value.boolean isUpdateable(int index)
java.lang.String[] getLabelSet()
List getErrors()
setInputValue(int, Object)void setValueListener(AttributesBindingListener listener)
listener -
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||