|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.util.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.binding.ControlBinding |
getName, getPath, release, resolvePath, setListener |
Method Detail |
public java.lang.Object getInputValue()
public void setInputValue(java.lang.Object inputVal)
inputVal
- The new attribute value.getErrors()
public java.lang.String getLabel()
public boolean isUpdateable()
public java.util.List getErrors()
setInputValue(Object)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |