public class EventResizeMove extends BrowserEvent<EventResizeMoveHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
EventResizeMove(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Call this method to cancel the default drag resize behavior
|
protected void |
dispatch(EventResizeMoveHandler handler) |
static <S extends HasEventResizeMoveHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<EventResizeMoveHandler> |
getAssociatedType() |
CalendarEvent |
getEvent()
the event that's being drag-resized
|
CalendarEvent |
getNewEvent()
the event as it would be if dropped now
|
static GwtEvent.Type<EventResizeMoveHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled() |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public EventResizeMove(JavaScriptObject jsObj)
public static <S extends HasEventResizeMoveHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<EventResizeMoveHandler> getType()
protected void dispatch(EventResizeMoveHandler handler)
dispatch
in class GwtEvent<EventResizeMoveHandler>
public final GwtEvent.Type<EventResizeMoveHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<EventResizeMoveHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public CalendarEvent getEvent()
public CalendarEvent getNewEvent()