W
- public class KeyPressEvent<W extends Widget<? extends Element<?>,W>> extends KeyboardEvent<KeyPressHandler<W>,W>
UIEvent.HasBrowserEvent, UIEvent.UIType<H extends EventHandler>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
static UIEvent.UIType<KeyPressHandler<? extends Widget<? extends Element,?>>> |
TYPE |
Constructor and Description |
---|
KeyPressEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(KeyPressHandler<W> handler) |
UIEvent.UIType<KeyPressHandler<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<KeyPressHandler<? extends Widget<? extends Element,?>>> TYPE
public UIEvent.UIType<KeyPressHandler<W>> getType()
protected void dispatch(KeyPressHandler<W> handler)
dispatch
in class UIEvent<KeyPressHandler<W extends Widget<? extends Element<?>,W>>,NativeKeyboardEvent<?>>
Copyright © 2018 Xalys. All rights reserved.