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.JQueryEventProvides an event object that will be broadcasted by theCalendarBehavior.OnViewRenderAjaxBehaviorcallback
-
-
Constructor Summary
Constructors Constructor Description ViewRenderEvent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDategetEnd()Gets the end dateLocalDategetStart()Gets the event start dateCalendarViewgetView()Gets the currentCalendarView
-
-
-
Method Detail
-
getStart
public LocalDate getStart()
Gets the event start date- Returns:
- the start date
-
getEnd
public LocalDate getEnd()
Gets the end date- Returns:
- the end date
-
getView
public CalendarView getView()
Gets the currentCalendarView- Returns:
- the view name
-
-