W
- public class ClickEvent<W extends Widget<? extends Element<?>,W>> extends MouseEvent<ClickHandler<W>,W,NativeMouseEvent<?>>
UIEvent.HasBrowserEvent, UIEvent.UIType<H extends EventHandler>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
static UIEvent.UIType<ClickHandler<? extends Widget<? extends Element,?>>> |
TYPE |
Constructor and Description |
---|
ClickEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ClickHandler<W> handler) |
UIEvent.UIType<ClickHandler<W>> |
getType() |
getButton, getClientX, getClientY, getRelativeX, getRelativeX, getRelativeY, getRelativeY, getScreenX, getScreenY, getX, getY, hasButton, isAltKey, isCtrlKey, isMetaKey
getEventPhase, getNativeEvent, isInEventThread, preventDefault, setNativeEvent, stopImmediatePropagation, stopPropagation
assertLive, cast, checkIsInEventThread, getSource, isLive, isPreventDefault, isStopPropagation, kill, releaseCapture, revive, setCapture, setCapture, setSource
public static final UIEvent.UIType<ClickHandler<? extends Widget<? extends Element,?>>> TYPE
public UIEvent.UIType<ClickHandler<W>> getType()
protected void dispatch(ClickHandler<W> handler)
dispatch
in class UIEvent<ClickHandler<W extends Widget<? extends Element<?>,W>>,NativeMouseEvent<?>>
Copyright © 2018 Xalys. All rights reserved.