|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.Object encodeValue(java.lang.Object value)
value
- the raw value returned by a browse or edit.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.