public class TimelineEventMoved extends BrowserEvent<TimelineEventMovedHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
TimelineEventMoved(JavaScriptObject jsObj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Deprecated.
Call this method to disallow the move.
|
protected void |
dispatch(TimelineEventMovedHandler handler)
Deprecated.
|
static <S extends HasTimelineEventMovedHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Deprecated.
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<TimelineEventMovedHandler> |
getAssociatedType()
Deprecated.
|
java.util.Date |
getEndDate()
Deprecated.
new end date of the passed event
|
CalendarEvent |
getEvent()
Deprecated.
the event that was moved
|
Lane |
getLane()
Deprecated.
the Lane in which this event has been dropped
|
java.util.Date |
getStartDate()
Deprecated.
new start date of the passed event
|
static GwtEvent.Type<TimelineEventMovedHandler> |
getType()
Deprecated.
Gets the type associated with this event.
|
boolean |
isCancelled()
Deprecated.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public TimelineEventMoved(JavaScriptObject jsObj)
public static <S extends HasTimelineEventMovedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<TimelineEventMovedHandler> getType()
protected void dispatch(TimelineEventMovedHandler handler)
dispatch
in class GwtEvent<TimelineEventMovedHandler>
public final GwtEvent.Type<TimelineEventMovedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<TimelineEventMovedHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public CalendarEvent getEvent()
public java.util.Date getStartDate()
public java.util.Date getEndDate()
public Lane getLane()