W - public class MenuShownEvent<W extends Widget<? extends Element<?>,W>> extends Event<MenuShownHandler<W>>
Event.Type<H extends EventHandler>| Modifier and Type | Field and Description |
|---|---|
protected Object |
target |
static Event.Type<MenuShownHandler<? extends Widget<? extends Element,?>>> |
TYPE |
| Constructor and Description |
|---|
MenuShownEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(MenuShownHandler<W> handler) |
Object |
getTarget() |
Event.Type<MenuShownHandler<W>> |
getType() |
void |
setTarget(Object target) |
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagationpublic static Event.Type<MenuShownHandler<? extends Widget<? extends Element,?>>> TYPE
protected Object target
public Event.Type<MenuShownHandler<W>> getType()
protected void dispatch(MenuShownHandler<W> handler)
public void setTarget(Object target)
target - the target to setpublic Object getTarget()
Copyright © 2018 Xalys. All rights reserved.