com.googlecode.wicket.jquery.ui.calendar
Class CalendarBehavior.DropEvent

java.lang.Object
  extended by com.googlecode.wicket.jquery.core.JQueryEvent
      extended by com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
          extended by 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


Constructor Summary
CalendarBehavior.DropEvent()
          Constructor
 
Method Summary
 boolean isAllDay()
          Indicated whether this event is an 'all-day' event
 
Methods inherited from class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
getDelta, getEventId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBehavior.DropEvent

public CalendarBehavior.DropEvent()
Constructor

Method Detail

isAllDay

public boolean isAllDay()
Indicated whether this event is an 'all-day' event

Returns:
true or false


Copyright © 2013 7thWeb. All Rights Reserved.