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