T
- the model objectpublic static interface EditTextInput.CallbackExtended<T> extends EditTextInput.Callback<T>
Modifier and Type | Method and Description |
---|---|
void |
onValueChange(java.lang.String text)
Called when the user types a new text
NOTE: called only if
AbstractInput.areValueChangeListenersDisabled is false |
void |
setExtraAttributes(View view,
EditText editText)
Allows to edit the EditText linked with this input, just after its setup
|
getModelObjectValue, setModelObjectValue
void setExtraAttributes(View view, EditText editText)
view
- the view that contains the EditTexteditText
- the EditText linked with this inputvoid onValueChange(java.lang.String text)
AbstractInput.areValueChangeListenersDisabled
is falsetext
- the new text