public class CalendarModelBehavior
extends com.googlecode.wicket.jquery.core.behavior.AjaxCallbackBehavior
| Constructor and Description |
|---|
CalendarModelBehavior(CalendarModel model)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getResponse(org.apache.wicket.request.IRequestParameters parameters) |
protected void |
setEndDate(CalendarModel model,
LocalDate date)
Sets the end date to the model
This can be overridden to perform additional operation on date before the assignment. |
protected void |
setStartDate(CalendarModel model,
LocalDate date)
Sets the start date to the model
This can be overridden to perform additional operation on date before the assignment. |
onRequest, rendersPageafterRender, bind, getCallbackUrl, getComponent, onBind, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindpublic CalendarModelBehavior(CalendarModel model)
model - the CalendarModelprotected void setStartDate(CalendarModel model, LocalDate date)
model - the CalendarModeldate - the LocalDateprotected void setEndDate(CalendarModel model, LocalDate date)
model - the CalendarModeldate - the LocalDateprotected String getResponse(org.apache.wicket.request.IRequestParameters parameters)
getResponse in class com.googlecode.wicket.jquery.core.behavior.AjaxCallbackBehaviorCopyright © 2016 7thWeb. All rights reserved.