| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AbstractPicker.PickerValueEncoder
The interface defining Encoders for AbstractPicker values.  The
 PickerValueEncoder is responsible for converting a raw
 value, as provided by an edit or browse action, into an object
 suitable for adding to the AbstractPicker model.
 
 A PickerValueEncoder is necessary only when the types stored in
 the model differ from the types returned by a browse or edit.
 
| Method Summary | |
|---|---|
 java.lang.Object | 
encodeValue(java.lang.Object value)
Encode a value into an object suitable for adding to the AbstractPicker model.  | 
| Method Detail | 
|---|
java.lang.Object encodeValue(java.lang.Object value)
value - the raw value returned by a browse or edit.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||