
public class NavigationTabEvent extends GwtEvent<NavigationTabEvent.NavigationTabHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
NavigationTabEvent.NavigationTabHandler |
GwtEvent.Type<H>| Constructor and Description |
|---|
NavigationTabEvent(com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent.Action action,
NavigationTab element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NavigationTabEvent.NavigationTabHandler handler) |
static void |
fireClose(HasHandlers source,
NavigationTab element) |
static void |
fireReveal(HasHandlers source,
NavigationTab element) |
GwtEvent.Type<NavigationTabEvent.NavigationTabHandler> |
getAssociatedType() |
static GwtEvent.Type<NavigationTabEvent.NavigationTabHandler> |
getType() |
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic NavigationTabEvent(com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent.Action action,
NavigationTab element)
public static void fireClose(HasHandlers source, NavigationTab element)
public static void fireReveal(HasHandlers source, NavigationTab element)
public static GwtEvent.Type<NavigationTabEvent.NavigationTabHandler> getType()
protected void dispatch(NavigationTabEvent.NavigationTabHandler handler)
dispatch in class GwtEvent<NavigationTabEvent.NavigationTabHandler>public GwtEvent.Type<NavigationTabEvent.NavigationTabHandler> getAssociatedType()
getAssociatedType in class GwtEvent<NavigationTabEvent.NavigationTabHandler>Copyright © 2010-2014 ArcBees. All Rights Reserved.