Package react4j.dom.events
Class KeyboardEvent
java.lang.Object
react4j.dom.events.SyntheticEvent<akasha.KeyboardEvent>
react4j.dom.events.KeyboardEvent
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class KeyboardEvent
extends SyntheticEvent<akasha.KeyboardEvent>
-
Constructor Summary
-
Method Summary
Methods inherited from class react4j.dom.events.SyntheticEvent
getCurrentTarget, getEventPhase, getNativeEvent, getTarget, getTimeStamp, getType, isBubbles, isCancelable, isDefaultPrevented, isPropagationStopped, isTrusted, persist, preventDefault, stopPropagation
-
Constructor Details
-
KeyboardEvent
public KeyboardEvent()
-
-
Method Details
-
getModifierState
-
isAltKey
-
getCharCode
-
isCtrlKey
-
getKey
-
getKeyCode
-
getLocale
-
getLocation
-
isMetaKey
-
isRepeat
-
isShiftKey
-
getWhich
-