T
- the model objectpublic static interface SelectDialogInput.Callback<T>
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getModelObjectValue(T modelObject)
Allows to return the option saved in the given model object
|
void |
setModelObjectValue(T modelObject,
java.lang.Object selectedOption)
Allows to set the given option to the given model object
|
void setModelObjectValue(T modelObject, java.lang.Object selectedOption)
modelObject
- the model object to be updatedselectedOption
- the option currently selectedjava.lang.Object getModelObjectValue(T modelObject)
modelObject
- the model object to be queried