public class TimelineEventMoved extends BrowserEvent<TimelineEventMovedHandler> implements Cancellable
jsObj
Constructor and Description |
---|
TimelineEventMoved(com.google.gwt.core.client.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 & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
com.google.gwt.core.client.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.
|
com.google.gwt.event.shared.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
|
Canvas |
getFiringCanvas()
Deprecated.
Returns the
Canvas firing the event. |
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 com.google.gwt.event.shared.GwtEvent.Type<TimelineEventMovedHandler> |
getType()
Deprecated.
Gets the type associated with this event.
|
boolean |
isCancelled()
Deprecated.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
getFiringInstanceAsJavaScriptObject
assertLive, getSource, isLive, kill, revive
public TimelineEventMoved(com.google.gwt.core.client.JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas
firing the event.public static <S extends HasTimelineEventMovedHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static com.google.gwt.event.shared.GwtEvent.Type<TimelineEventMovedHandler> getType()
protected void dispatch(TimelineEventMovedHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<TimelineEventMovedHandler>
public final com.google.gwt.event.shared.GwtEvent.Type<TimelineEventMovedHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.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()