|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
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 | |
---|---|
java.util.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. |
Methods inherited from interface oracle.adfmf.bindings.ControlBinding |
---|
containerInitialized, getBindings, getMetadataDefinition, getName, release |
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()
java.util.List getErrors()
setInputValue(int, Object)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |