Class CalendarBehavior.DropEvent
- java.lang.Object
-
- com.googlecode.wicket.jquery.core.JQueryEvent
-
- com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
-
- com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DropEvent
-
- Enclosing class:
- CalendarBehavior
protected static class CalendarBehavior.DropEvent extends CalendarBehavior.DeltaEvent
Provides an event object that will be broadcasted by theCalendarBehavior.OnEventDropAjaxBehaviorcallback
-
-
Constructor Summary
Constructors Constructor Description DropEvent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllDay()Indicates whether this event is an 'all-day' event-
Methods inherited from class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
getDelta, getEventId
-
-