public class MenuItemClickEvent extends com.google.gwt.event.shared.GwtEvent<ClickHandler>
| Modifier and Type | Method and Description |
|---|---|
static void |
_fire(MenuItem source,
Canvas target,
Menu menu) |
protected void |
dispatch(ClickHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ClickHandler> |
getAssociatedType() |
MenuItem |
getItem() |
Menu |
getMenu() |
Canvas |
getTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<ClickHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ClickHandler> getType()
public final Canvas getTarget()
public final Menu getMenu()
public final MenuItem getItem()
public final com.google.gwt.event.shared.GwtEvent.Type<ClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ClickHandler>protected void dispatch(ClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ClickHandler>