W
- public class KeyDownEvent<W extends Widget<? extends Element<?>,W>> extends KeyboardEvent<KeyDownHandler<W>,W>
UIEvent.HasBrowserEvent, UIEvent.UIType<H extends EventHandler>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
static UIEvent.UIType<KeyDownHandler<? extends Widget<? extends Element,?>>> |
TYPE |
Constructor and Description |
---|
KeyDownEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(KeyDownHandler<W> handler) |
UIEvent.UIType<KeyDownHandler<W>> |
getType() |
getCode, getKey, getLocale, getLocation, getModifierState, getNativeEvent, isAltKey, isComposing, isCtrlKey, isEnterKey, isMetaKey, isRepeat, isShiftKey
getEventPhase, isInEventThread, preventDefault, setNativeEvent, stopImmediatePropagation, stopPropagation
assertLive, cast, checkIsInEventThread, getSource, isLive, isPreventDefault, isStopPropagation, kill, releaseCapture, revive, setCapture, setCapture, setSource
public static final UIEvent.UIType<KeyDownHandler<? extends Widget<? extends Element,?>>> TYPE
public UIEvent.UIType<KeyDownHandler<W>> getType()
protected void dispatch(KeyDownHandler<W> handler)
dispatch
in class UIEvent<KeyDownHandler<W extends Widget<? extends Element<?>,W>>,NativeKeyboardEvent<?>>
Copyright © 2018 Xalys. All rights reserved.