public interface AttributeBinding extends ControlBinding
Modifier and Type | Method and Description |
---|---|
Object |
getInputValue()
Returns the value that should be rendered on a view for the attribute
associated with this binding.
|
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(Object inputVal)
Updates the attribute value associated with this binding.
|
containerInitialized, getBindings, getMetadataDefinition, getName, release
Object getInputValue()
void setInputValue(Object inputVal)
inputVal
- The new attribute value.String getLabel()
boolean isUpdateable()