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