T
- the model objectpublic static interface EditTextInput.Callback<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelObjectValue(T modelObject)
Allows to return the text saved in the given model object
|
void |
setModelObjectValue(T modelObject,
java.lang.String text)
Allows to set the given string to the given model object
|
void setModelObjectValue(T modelObject, java.lang.String text)
modelObject
- the model object to be updatedtext
- the text currently writtenjava.lang.String getModelObjectValue(T modelObject)
modelObject
- the model object to be queried