|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
N - the model value typeO - the field value typepublic interface Converter<N,O>
Converts back and forth between model and field values
| Method Summary | |
|---|---|
N |
convertFieldValue(O object)
Converts the value in the field to a value that can be stored in the model |
O |
convertModelValue(N object)
Converts the value from the model to something that can be displayed and edited by the user |
| Method Detail |
|---|
N convertFieldValue(O object)
object - the value displayed in the field/cell
O convertModelValue(N object)
object - the value in the model object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||