public class WPSMenuEvent extends com.google.gwt.event.shared.GwtEvent<WPSMenuEvent.WPSMenuEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
WPSMenuEvent.HasWPSMenuEventHandler |
static interface |
WPSMenuEvent.WPSMenuEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<WPSMenuEvent.WPSMenuEventHandler> |
TYPE |
| Constructor and Description |
|---|
WPSMenuEvent(WPSMenuType menuType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(WPSMenuEvent.WPSMenuEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
WPSMenuEvent wpsMenuEvent) |
com.google.gwt.event.shared.GwtEvent.Type<WPSMenuEvent.WPSMenuEventHandler> |
getAssociatedType() |
WPSMenuType |
getMenuType() |
static com.google.gwt.event.shared.GwtEvent.Type<WPSMenuEvent.WPSMenuEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<WPSMenuEvent.WPSMenuEventHandler> TYPE
public WPSMenuEvent(WPSMenuType menuType)
protected void dispatch(WPSMenuEvent.WPSMenuEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<WPSMenuEvent.WPSMenuEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<WPSMenuEvent.WPSMenuEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<WPSMenuEvent.WPSMenuEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<WPSMenuEvent.WPSMenuEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
WPSMenuEvent wpsMenuEvent)
public WPSMenuType getMenuType()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<WPSMenuEvent.WPSMenuEventHandler>Copyright © 2019. All Rights Reserved.