Class CalendarBehavior.ObjectDropEvent

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

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

    • ObjectDropEvent

      public ObjectDropEvent()
      Constructor
  • Method Details

    • getDate

      public LocalDateTime getDate()
      Gets the event date
      Returns:
      the date
    • getTitle

      public String getTitle()
      Gets the event title
      Returns:
      the title
    • isAllDay

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