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