| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JUCtrlValueHandler
A JUCtrlValueHandler interface defines method specific for returning inputValue from custom inputHandler. It is used for support cases such as intermedia in BC4J/FACEs scenario. For example, the "source" of Faces component <objectMedia> is not directly from the corresponding model object, it is a caculated result. So we use a custom ValueHandler to handle the return of correct source for <objectMedia> . This class extends existed JUCtrlInputValueHandler so that it provides all display, update functionality for intermedia objects.
| Method Summary | |
|---|---|
 java.lang.Object | 
getInputValue(JUCtrlValueBinding binding, int index)Return a custom valueHandle for inputValue.  | 
| Methods inherited from interface oracle.jbo.uicli.binding.JUCtrlInputValueHandler | 
|---|
isNewInputValue, setInputValue | 
| Method Detail | 
|---|
java.lang.Object getInputValue(JUCtrlValueBinding binding,
                               int index)
binding - Control binding associated with the attribute.index - Index of the attribute in this control binding
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||