W
- @JsType(namespace="xgl.events") public class DetachEvent<W extends Widget<? extends Element<?>,W>> extends Event<DetachHandler<W>>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
static Event.Type<DetachHandler> |
TYPE |
Constructor and Description |
---|
DetachEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(DetachHandler<W> handler) |
Event.Type<DetachHandler<W>> |
getType() |
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagation
public static final Event.Type<DetachHandler> TYPE
public Event.Type<DetachHandler<W>> getType()
protected void dispatch(DetachHandler<W> handler)
Copyright © 2018 Xalys. All rights reserved.