|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TextInput.TextBindMapping
Translates between text and context data during data binding.
Method Summary | |
---|---|
String |
toString(Object value)
Converts a value from the bind context to a text representation during a Component.load(Object) operation. |
Object |
valueOf(String text)
Converts a text string to a value to be stored in the bind context during a Component.store(Object) operation. |
Method Detail |
---|
String toString(Object value)
Component.load(Object)
operation.
value
- Object valueOf(String text)
Component.store(Object)
operation.
text
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |