oracle.adf.model
Interface AttributesBinding
- All Superinterfaces:
- ControlBinding
- public interface AttributesBinding
- extends ControlBinding
A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
| Method Summary |
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()
|
boolean |
isUpdateable(int index)
|
void |
setInputValue(int index, java.lang.Object inputVal)
Update the attribute value associated with this binding. |
getInputValue
public java.lang.Object getInputValue(int index)
- Return the value that should be rendered on a view for the attribute associated with this binding.
setInputValue
public void setInputValue(int index,
java.lang.Object inputVal)
- Update the attribute value associated with this binding. If there are exceptions while updating this attribute, these exceptions should be accessible via getErrors()
isUpdateable
public boolean isUpdateable(int index)
getLabelSet
public java.lang.String[] getLabelSet()
Copyright © 1997, 2005, Oracle. All rights reserved.