public class SchedulerModelBehavior
extends com.googlecode.wicket.jquery.core.behavior.AjaxCallbackBehavior
| Constructor and Description |
|---|
SchedulerModelBehavior(SchedulerModel model,
ISchedulerConverter converter)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getResponse(org.apache.wicket.request.IRequestParameters parameters) |
protected void |
setEndDate(SchedulerModel model,
long date)
Sets the end date to the model
This can be overridden to perform additional operation on date before the assignment. |
protected void |
setStartDate(SchedulerModel model,
long date)
Sets the start date to the model
This can be overridden to perform additional operation on date before the assignment. |
onRequestafterRender, bind, getCallbackUrl, getComponent, onBind, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindpublic SchedulerModelBehavior(SchedulerModel model, ISchedulerConverter converter)
model - the SchedulerModelconverter - the SchedulerConverterprotected void setStartDate(SchedulerModel model, long date)
model - the SchedulerModeldate - the timestampprotected void setEndDate(SchedulerModel model, long date)
model - the SchedulerModeldate - the timestampprotected String getResponse(org.apache.wicket.request.IRequestParameters parameters)
getResponse in class com.googlecode.wicket.jquery.core.behavior.AjaxCallbackBehaviorCopyright © 2021 7thWeb. All rights reserved.