public class KeyboardEvent extends UIEvent
Objs.Constructor<T extends Objs>, Objs.Property<T>
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
KeyboardEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KeyboardEvent |
$as(Object obj) |
Boolean |
altKey() |
Boolean |
ctrlKey() |
Number |
DOM_KEY_LOCATION_JOYSTICK() |
Number |
DOM_KEY_LOCATION_LEFT() |
Number |
DOM_KEY_LOCATION_MOBILE() |
Number |
DOM_KEY_LOCATION_NUMPAD() |
Number |
DOM_KEY_LOCATION_RIGHT() |
Number |
DOM_KEY_LOCATION_STANDARD() |
Boolean |
getModifierState(String keyArg) |
Number |
charCode() |
void |
initKeyboardEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
String keyArg,
double locationArg,
String modifiersListArg,
Boolean repeat,
String locale) |
String |
key() |
Number |
keyCode() |
String |
locale() |
Number |
location() |
Boolean |
metaKey() |
Boolean |
repeat() |
Boolean |
shiftKey() |
Number |
which() |
detail, initUIEvent, view
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, initEvent, isTrusted, preventDefault, returnValue, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, type
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Boolean> altKey
public Objs.Property<Number> charCode
public Objs.Property<Boolean> ctrlKey
public Objs.Property<String> key
public Objs.Property<Number> keyCode
public Objs.Property<String> locale
public Objs.Property<Number> location
public Objs.Property<Boolean> metaKey
public Objs.Property<Boolean> repeat
public Objs.Property<Boolean> shiftKey
public Objs.Property<Number> which
public Objs.Property<Number> DOM_KEY_LOCATION_JOYSTICK
public Objs.Property<Number> DOM_KEY_LOCATION_LEFT
public Objs.Property<Number> DOM_KEY_LOCATION_MOBILE
public Objs.Property<Number> DOM_KEY_LOCATION_NUMPAD
public Objs.Property<Number> DOM_KEY_LOCATION_RIGHT
public Objs.Property<Number> DOM_KEY_LOCATION_STANDARD
protected KeyboardEvent(Objs.Constructor<?> c, Object js)
public static KeyboardEvent $as(Object obj)
public Boolean altKey()
public Number charCode()
public Boolean ctrlKey()
public String key()
public Number keyCode()
public String locale()
public Number location()
public Boolean metaKey()
public Boolean repeat()
public Boolean shiftKey()
public Number which()
public Number DOM_KEY_LOCATION_JOYSTICK()
public Number DOM_KEY_LOCATION_LEFT()
public Number DOM_KEY_LOCATION_MOBILE()
public Number DOM_KEY_LOCATION_NUMPAD()
public Number DOM_KEY_LOCATION_RIGHT()
public Number DOM_KEY_LOCATION_STANDARD()
Copyright © 2018. All rights reserved.