|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
isNewInputValue(JUCtrlValueBinding binding,
int index,
java.lang.Object value)
Returns true, if the caller needs to call setInputValue() on this binding to update the current attribute value that this binding is set to. |
void |
setInputValue(JUCtrlValueBinding binding,
int index,
java.lang.Object value)
Implement value specific handling of the inputValue. |
Method Detail |
public void setInputValue(JUCtrlValueBinding binding, int index, java.lang.Object value)
binding
- Control binding that is associated to the attribute to be updated.index
- Index of the attribute in this control binding to update with
the given Input Value. Note that for most single attribute control like
TextFields, this value should be 0.public boolean isNewInputValue(JUCtrlValueBinding binding, int index, java.lang.Object value)
If the value is different than the attribute value, or if this binding had cached an error in a pervious setInputValue, then this method returns true.
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.