| Modifier and Type | Field and Description |
|---|---|
static int |
DOM_KEY_LOCATION_LEFT |
static int |
DOM_KEY_LOCATION_NUMPAD |
static int |
DOM_KEY_LOCATION_RIGHT |
static int |
DOM_KEY_LOCATION_STANDARD |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Modifier and Type | Method and Description |
|---|---|
int |
getCharCode() |
String |
getCode() |
String |
getKey() |
int |
getKeyCode() |
int |
getLocation() |
boolean |
getModifierState(String keyArg) |
boolean |
isAltKey() |
boolean |
isComposing() |
boolean |
isCtrlKey() |
boolean |
isMetaKey() |
boolean |
isRepeat() |
boolean |
isShiftKey() |
getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, isBubbles, isCancelable, preventDefault, stopPropagationstatic final int DOM_KEY_LOCATION_STANDARD
static final int DOM_KEY_LOCATION_LEFT
static final int DOM_KEY_LOCATION_RIGHT
static final int DOM_KEY_LOCATION_NUMPAD
String getKey()
int getKeyCode()
String getCode()
int getCharCode()
int getLocation()
boolean isCtrlKey()
boolean isShiftKey()
boolean isAltKey()
boolean isMetaKey()
boolean isRepeat()
boolean isComposing()
boolean getModifierState(String keyArg)
Copyright © 2015. All rights reserved.