public class NavigationClickEvent extends BrowserEvent<NavigationClickHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
NavigationClickEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NavigationClickHandler handler) |
static <S extends HasNavigationClickHandlers & 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<NavigationClickHandler> |
getAssociatedType() |
NavigationDirection |
getDirection()
direction in which the user is attempting to navigate
|
static GwtEvent.Type<NavigationClickHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic NavigationClickEvent(JavaScriptObject jsObj)
public static <S extends HasNavigationClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<NavigationClickHandler> getType()
protected void dispatch(NavigationClickHandler handler)
dispatch in class GwtEvent<NavigationClickHandler>public final GwtEvent.Type<NavigationClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<NavigationClickHandler>public NavigationDirection getDirection()