|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Form data converter interface, for converting from one data type to another.
See BaseConverter for description of Converter purpose in forms.
| Method Summary | |
Object |
convert(Object data)
This method converts the data from one type to another. |
Converter |
newConverter()
This method should return a new converter, of the same type that the class that overrides it, however freshly initialized. |
Object |
reverseConvert(Object data)
This method converts the data from one type to another (though the types are exchanged in comparison with convert(Object)). |
void |
setFormElementCtx(FormElementContext feCtx)
|
| Method Detail |
public void setFormElementCtx(FormElementContext feCtx)
setFormElementCtx in interface FormElementAwarepublic Object convert(Object data)
data - Data to convert.
public Object reverseConvert(Object data)
convert(Object)).
data - Data to convert.
public Converter newConverter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||