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

java.lang.Object
  extended by com.googlecode.wicket.jquery.core.JQueryEvent
      extended by com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
Direct Known Subclasses:
CalendarBehavior.DropEvent, CalendarBehavior.ResizeEvent
Enclosing class:
CalendarBehavior

protected abstract static class CalendarBehavior.DeltaEvent
extends JQueryEvent

A base event object that contains a delta time


Constructor Summary
CalendarBehavior.DeltaEvent()
          Constructor
 
Method Summary
 long getDelta()
          Gets the event's delta time in milliseconds
 int getEventId()
          Gets the event's id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBehavior.DeltaEvent

public CalendarBehavior.DeltaEvent()
Constructor

Method Detail

getEventId

public int getEventId()
Gets the event's id

Returns:
the event's id

getDelta

public long getDelta()
Gets the event's delta time in milliseconds

Returns:
the event's delta time


Copyright © 2013 7thWeb. All Rights Reserved.