public interface AttributesBinding 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.
|
Object |
getInputValue(int index)
Returns the value that should be rendered on a view for the attribute
associated with this binding at the specified position.
|
String[] |
getLabelSet()
Returns the display label or prompt for the all the attributes represented
by this binding.
|
boolean |
isUpdateable(int index)
Finds out whether the attribute is updateable or is for display only.
|
void |
setInputValue(int index,
Object inputVal)
Updates the attribute value associated with this binding at the given
position.
|
containerInitialized, getBindings, getMetadataDefinition, getName, release
Object getInputValue(int index)
index
- index of the attribute to retrieve.void setInputValue(int index, Object inputVal)
index
- Index of the attribute to be updated.inputVal
- The new attribute value.boolean isUpdateable(int index)
String[] getLabelSet()
java.util.List getErrors()
setInputValue(int, Object)