Package org.teavm.jso.dom.events
Interface KeyboardEvent
- All Superinterfaces:
Event
,org.teavm.jso.JSObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from interface org.teavm.jso.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
-
Method Summary
Methods inherited from interface org.teavm.jso.dom.events.Event
getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, isBubbles, isCancelable, preventDefault, stopPropagation
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Field Details
-
DOM_KEY_LOCATION_STANDARD
static final int DOM_KEY_LOCATION_STANDARD- See Also:
-
DOM_KEY_LOCATION_LEFT
static final int DOM_KEY_LOCATION_LEFT- See Also:
-
DOM_KEY_LOCATION_RIGHT
static final int DOM_KEY_LOCATION_RIGHT- See Also:
-
DOM_KEY_LOCATION_NUMPAD
static final int DOM_KEY_LOCATION_NUMPAD- See Also:
-
-
Method Details
-
getKey
String getKey() -
getKeyCode
int getKeyCode() -
getCode
String getCode() -
getCharCode
int getCharCode() -
getLocation
int getLocation() -
isCtrlKey
boolean isCtrlKey() -
isShiftKey
boolean isShiftKey() -
isAltKey
boolean isAltKey() -
isMetaKey
boolean isMetaKey() -
isRepeat
boolean isRepeat() -
isComposing
boolean isComposing() -
getModifierState
-