|
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeBinding
A ControlBinding that binds a single attribute value exposed via a datacontrol
to a view component.
This interface is implemented by the data binding framework, and is made available
to the View components through the binding container.
Method Summary | |
---|---|
java.lang.Exception |
getError()
DRM added |
List |
getErrors()
Returns a list of errors that were raised during the last setInputValue call. |
java.lang.Object |
getInputValue()
Returns the value that should be rendered on a view for the attribute associated with this binding. |
java.lang.String |
getLabel()
Returns the display label or prompt for the attribute represented by this binding. |
boolean |
isUpdateable()
Finds out whether the attribute is updateable or is for display only. |
void |
setInputValue(java.lang.Object inputVal)
Updates the attribute value associated with this binding. |
Methods inherited from interface oracle.adfnmc.bindings.ControlBinding |
---|
containerInitialized, getBindings, getMetadataDefinition, getName, getPath, release, resolvePath, setListener |
Method Detail |
---|
java.lang.Object getInputValue()
void setInputValue(java.lang.Object inputVal)
inputVal
- The new attribute value.getErrors()
java.lang.String getLabel()
boolean isUpdateable()
List getErrors()
setInputValue(Object)
java.lang.Exception getError()
|
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |