public class CalendarEventResized extends BrowserEvent<EventResizedHandler> implements Cancellable
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
CalendarEventResized(JavaScriptObject jsObj)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Deprecated.
Call this method to disallow the resize
|
protected void |
dispatch(EventResizedHandler handler)
Deprecated.
|
static <S extends HasEventResizedHandlers & 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<EventResizedHandler> |
getAssociatedType()
Deprecated.
|
CalendarEvent |
getEvent()
Deprecated.
the event as it will be after this resize
|
java.util.Date |
getNewDate()
Deprecated.
new end date and time that event is being resized to
|
static GwtEvent.Type<EventResizedHandler> |
getType()
Deprecated.
Gets the type associated with this event.
|
boolean |
isCancelled()
Deprecated.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic CalendarEventResized(JavaScriptObject jsObj)
public static <S extends HasEventResizedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<EventResizedHandler> getType()
protected void dispatch(EventResizedHandler handler)
dispatch in class GwtEvent<EventResizedHandler>public final GwtEvent.Type<EventResizedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<EventResizedHandler>public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellablepublic java.util.Date getNewDate()
public CalendarEvent getEvent()