| Modifier and Type | Field and Description |
|---|---|
static int |
DOM_KEY_LOCATION_JOYSTICK |
static int |
DOM_KEY_LOCATION_LEFT |
static int |
DOM_KEY_LOCATION_MOBILE |
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 |
|---|---|
boolean |
getAltKey() |
String |
getChar() |
int |
getCharCode() |
boolean |
getCtrlKey() |
String |
getKey() |
int |
getKeyCode() |
String |
getLocale() |
int |
getLocation() |
boolean |
getMetaKey() |
boolean |
getModifierState(String keyArg) |
boolean |
getRepeat() |
boolean |
getShiftKey() |
int |
getWhich() |
void |
initKeyboardEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
String charArg,
String keyArg,
int locationArg,
String modifiersListArg,
boolean repeat,
String localeArg) |
getDetail, getView, initUIEventgetBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopImmediatePropagation, 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
static final int DOM_KEY_LOCATION_MOBILE
static final int DOM_KEY_LOCATION_JOYSTICK
String getChar()
String getKey()
int getLocation()
boolean getCtrlKey()
boolean getShiftKey()
boolean getAltKey()
boolean getMetaKey()
boolean getRepeat()
String getLocale()
boolean getModifierState(String keyArg)
void initKeyboardEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Window viewArg, String charArg, String keyArg, int locationArg, String modifiersListArg, boolean repeat, String localeArg)
int getCharCode()
int getKeyCode()
int getWhich()
Copyright © 2016. All Rights Reserved.