T
- the model objectpublic static interface DatePickerInput.Callback<T>
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getModelObjectValue(T modelObject)
Allows to return the date saved in the given model object
|
void |
setModelObjectValue(T modelObject,
java.util.Date date)
Allows to set the given date to the given model object
|
void setModelObjectValue(T modelObject, java.util.Date date)
modelObject
- the model object to be updateddate
- the date currently selectedjava.util.Date getModelObjectValue(T modelObject)
modelObject
- the model object to be queried