public class ShowContextMenuEvent extends com.smartgwt.mobile.client.internal.events.AbstractCancellableEvent<ShowContextMenuHandler>
| Modifier and Type | Method and Description |
|---|---|
static <S extends HasShowContextMenuHandlers> |
_fire(S source) |
protected void |
dispatch(ShowContextMenuHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ShowContextMenuHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<ShowContextMenuHandler> |
getType() |
cancel, isCancelledassertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ShowContextMenuHandler> getType()
@SGWTInternal public static <S extends HasShowContextMenuHandlers> boolean _fire(S source)
public final com.google.gwt.event.shared.GwtEvent.Type<ShowContextMenuHandler> getAssociatedType()
getAssociatedType in class com.smartgwt.mobile.client.internal.events.AbstractCancellableEvent<ShowContextMenuHandler>protected void dispatch(ShowContextMenuHandler handler)
dispatch in class com.smartgwt.mobile.client.internal.events.AbstractCancellableEvent<ShowContextMenuHandler>