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
Provides an event object that will be broadcasted by the
CalendarBehavior.OnEventDropAjaxBehavior callback-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAllDay()Indicates whether this event is an 'all-day' eventMethods inherited from class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
getDelta, getEventId
-
Constructor Details
-
DropEvent
public DropEvent()Constructor
-
-
Method Details
-
isAllDay
public boolean isAllDay()Indicates whether this event is an 'all-day' event- Returns:
- true or false
-