com.googlecode.wicket.jquery.ui.calendar
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
An event object that will be broadcasted when the user moves (drag & drop) an event
|
Method Summary |
boolean |
isAllDay()
Indicated whether this event is an 'all-day' event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarBehavior.DropEvent
public CalendarBehavior.DropEvent()
- Constructor
isAllDay
public boolean isAllDay()
- Indicated whether this event is an 'all-day' event
- Returns:
- true or false
Copyright © 2013 7thWeb. All Rights Reserved.