|
Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-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.
| Method Summary | |
java.util.List |
getErrors()Return a list of errors that were raised during setInputValue() |
java.lang.Object |
getInputValue()Return the value that should be rendered on a view for the attribute associated with this binding. |
java.lang.String |
getLabel()Return the display label or prompt for the attribute represented by this binding. |
boolean |
isUpdateable() |
boolean |
processNewInputValue(java.lang.Object value)Prepare the binding for being able to accept a new value |
void |
setInputValue(java.lang.Object inputVal)Update the attribute value associated with this binding. |
java.lang.Object |
validateInputValue(java.lang.Object inputVal)validate the given value with validations applied at the binding level (if any.) Return value of null means the validation succeeded. |
| Methods inherited from interface oracle.adf.model.ControlBinding |
release, setListener |
| Method Detail |
public java.lang.Object getInputValue()
public void setInputValue(java.lang.Object inputVal)
public java.lang.Object validateInputValue(java.lang.Object inputVal)
public java.lang.String getLabel()
public boolean isUpdateable()
public java.util.List getErrors()
public boolean processNewInputValue(java.lang.Object value)
|
Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||