public interface AttributeBinding extends ControlBinding
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
getName, getPath, release, resolvePath, setListenerjava.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)