Class CalendarBehavior.ViewRenderEvent
java.lang.Object
com.googlecode.wicket.jquery.core.JQueryEvent
com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ViewRenderEvent
- Enclosing class:
- CalendarBehavior
protected static class CalendarBehavior.ViewRenderEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
Provides an event object that will be broadcasted by the
CalendarBehavior.OnViewRenderAjaxBehavior callback-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Gets the end dategetStart()Gets the event start dategetView()Gets the currentCalendarView
-
Constructor Details
-
ViewRenderEvent
public ViewRenderEvent()Constructor
-
-
Method Details
-
getStart
Gets the event start date- Returns:
- the start date
-
getEnd
Gets the end date- Returns:
- the end date
-
getView
Gets the currentCalendarView- Returns:
- the view name
-