|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributesBinding
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()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. |
| Methods inherited from interface oracle.adf.model.ControlBinding |
|---|
release, setListener |
| Methods inherited from interface oracle.binding.AttributesBinding |
|---|
getErrors |
| Methods inherited from interface oracle.binding.ControlBinding |
|---|
getName, getPath, release, resolvePath, setListener |
| Method Detail |
|---|
java.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
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||