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 Details

    • ViewRenderEvent

      public ViewRenderEvent()
      Constructor
  • Method Details

    • 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 current CalendarView
      Returns:
      the view name