public class KeyboardEvent extends UIEvent
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
altKey |
net.java.html.lib.Objs.Property<Boolean> |
ctrlKey |
net.java.html.lib.Objs.Property<Number> |
DOM_KEY_LOCATION_JOYSTICK |
net.java.html.lib.Objs.Property<Number> |
DOM_KEY_LOCATION_LEFT |
net.java.html.lib.Objs.Property<Number> |
DOM_KEY_LOCATION_MOBILE |
net.java.html.lib.Objs.Property<Number> |
DOM_KEY_LOCATION_NUMPAD |
net.java.html.lib.Objs.Property<Number> |
DOM_KEY_LOCATION_RIGHT |
net.java.html.lib.Objs.Property<Number> |
DOM_KEY_LOCATION_STANDARD |
net.java.html.lib.Objs.Property<Number> |
charCode |
net.java.html.lib.Objs.Property<String> |
key |
net.java.html.lib.Objs.Property<Number> |
keyCode |
net.java.html.lib.Objs.Property<String> |
locale |
net.java.html.lib.Objs.Property<Number> |
location |
net.java.html.lib.Objs.Property<Boolean> |
metaKey |
net.java.html.lib.Objs.Property<Boolean> |
repeat |
net.java.html.lib.Objs.Property<Boolean> |
shiftKey |
net.java.html.lib.Objs.Property<Number> |
which |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type| Modifier | Constructor and Description |
|---|---|
protected |
KeyboardEvent(net.java.html.lib.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, viewAT_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, valueOfpublic net.java.html.lib.Objs.Property<Boolean> altKey
public net.java.html.lib.Objs.Property<Number> charCode
public net.java.html.lib.Objs.Property<Boolean> ctrlKey
public net.java.html.lib.Objs.Property<String> key
public net.java.html.lib.Objs.Property<Number> keyCode
public net.java.html.lib.Objs.Property<String> locale
public net.java.html.lib.Objs.Property<Number> location
public net.java.html.lib.Objs.Property<Boolean> metaKey
public net.java.html.lib.Objs.Property<Boolean> repeat
public net.java.html.lib.Objs.Property<Boolean> shiftKey
public net.java.html.lib.Objs.Property<Number> which
public net.java.html.lib.Objs.Property<Number> DOM_KEY_LOCATION_JOYSTICK
public net.java.html.lib.Objs.Property<Number> DOM_KEY_LOCATION_LEFT
public net.java.html.lib.Objs.Property<Number> DOM_KEY_LOCATION_MOBILE
public net.java.html.lib.Objs.Property<Number> DOM_KEY_LOCATION_NUMPAD
public net.java.html.lib.Objs.Property<Number> DOM_KEY_LOCATION_RIGHT
public net.java.html.lib.Objs.Property<Number> DOM_KEY_LOCATION_STANDARD
protected KeyboardEvent(net.java.html.lib.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 © 2021. All rights reserved.