public static interface AbstractPicker.PickerValueEncoder
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.
 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
encodeValue(java.lang.Object value)
Encode a value into an object suitable for adding to the AbstractPicker
 model. 
 |