|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
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.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 |
---|
java.lang.Object getInputValue()
void setInputValue(java.lang.Object inputVal)
inputVal
- The new attribute value.getErrors()
java.lang.String getLabel()
boolean isUpdateable()
java.util.List getErrors()
setInputValue(Object)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |