public class CalendarEventMoved extends BrowserEvent<EventMovedHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
CalendarEventMoved(JavaScriptObject jsObj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Deprecated.
Call this method to disallow the move.
|
protected void |
dispatch(EventMovedHandler handler)
Deprecated.
|
static <S extends HasEventMovedHandlers & 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<EventMovedHandler> |
getAssociatedType()
Deprecated.
|
CalendarEvent |
getEvent()
Deprecated.
the event as it will be after this movement
|
java.util.Date |
getNewDate()
Deprecated.
new start date and time that the event is being moved to
|
java.lang.String |
getNewLane()
Deprecated.
the name of the lane into which the event was moved
|
static GwtEvent.Type<EventMovedHandler> |
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 CalendarEventMoved(JavaScriptObject jsObj)
public static <S extends HasEventMovedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<EventMovedHandler> getType()
protected void dispatch(EventMovedHandler handler)
dispatch
in class GwtEvent<EventMovedHandler>
public final GwtEvent.Type<EventMovedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<EventMovedHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public java.util.Date getNewDate()
public CalendarEvent getEvent()
public java.lang.String getNewLane()