public class CalendarEventRemoveClick extends BrowserEvent<EventRemoveClickHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
CalendarEventRemoveClick(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Call this method to cancel the removal
|
protected void |
dispatch(EventRemoveClickHandler handler) |
static <S extends HasEventRemoveClickHandlers & 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<EventRemoveClickHandler> |
getAssociatedType() |
CalendarEvent |
getEvent()
event that was clicked on
|
static GwtEvent.Type<EventRemoveClickHandler> |
getType()
Gets the type associated with this event.
|
java.lang.String |
getViewName()
view where the event was clicked on: "day", "week" or "month"
|
boolean |
isCancelled() |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public CalendarEventRemoveClick(JavaScriptObject jsObj)
public static <S extends HasEventRemoveClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<EventRemoveClickHandler> getType()
protected void dispatch(EventRemoveClickHandler handler)
dispatch
in class GwtEvent<EventRemoveClickHandler>
public final GwtEvent.Type<EventRemoveClickHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<EventRemoveClickHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public CalendarEvent getEvent()
public java.lang.String getViewName()