public interface AttributesBinding extends ControlBinding, AttributesBinding
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInputValue(int index)
Return the value that should be rendered on a view for the attribute
associated with this binding.
|
java.lang.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,
java.lang.Object inputVal)
Update the attribute value associated with this binding.
|
release, setListenergetErrorsgetName, getPath, release, resolvePath, setListenerjava.lang.Object getInputValue(int index)
getInputValue in interface AttributesBindingindex - index of the attribute to retrieve.void setInputValue(int index,
java.lang.Object inputVal)
setInputValue in interface AttributesBindingindex - index of the attribute to be updated.inputVal - The new attribute value.boolean isUpdateable(int index)
AttributesBindingisUpdateable in interface AttributesBindingjava.lang.String[] getLabelSet()
AttributesBindinggetLabelSet in interface AttributesBinding