Class CalendarBehavior.SelectEvent

java.lang.Object
com.googlecode.wicket.jquery.core.JQueryEvent
com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
Enclosing class:
CalendarBehavior

protected static class CalendarBehavior.SelectEvent extends com.googlecode.wicket.jquery.core.JQueryEvent
Provides an event object that will be broadcasted by the CalendarBehavior.OnSelectAjaxBehavior callback
  • Constructor Details

    • SelectEvent

      public SelectEvent()
  • Method Details

    • getStart

      public LocalDateTime getStart()
      Gets the event start date
      Returns:
      the start date
    • getEnd

      public LocalDateTime getEnd()
      Gets the end date
      Returns:
      the end date
    • isAllDay

      public boolean isAllDay()
      Indicates whether this event is an 'all-day' event
      Returns:
      true or false
    • getView

      public CalendarView getView()
      Gets the current CalendarView
      Returns:
      the view name