public class CalendarEventMoved extends BrowserEvent<EventMovedHandler> implements Cancellable
jsObj
Constructor and Description |
---|
CalendarEventMoved(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(EventMovedHandler handler)
Deprecated.
|
static <S extends HasEventMovedHandlers & 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<EventMovedHandler> |
getAssociatedType()
Deprecated.
|
CalendarEvent |
getEvent()
Deprecated.
the event as it will be after this movement
|
Canvas |
getFiringCanvas()
Deprecated.
Returns the
Canvas firing the event. |
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 com.google.gwt.event.shared.GwtEvent.Type<EventMovedHandler> |
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 CalendarEventMoved(com.google.gwt.core.client.JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas
firing the event.public static <S extends HasEventMovedHandlers & 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<EventMovedHandler> getType()
protected void dispatch(EventMovedHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<EventMovedHandler>
public final com.google.gwt.event.shared.GwtEvent.Type<EventMovedHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.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()