Package | Description |
---|---|
com.xalys.xgl.browser.dom.events |
Modifier and Type | Method and Description |
---|---|
static NativeKeyboardEventInit |
NativeKeyboardEventInit.create() |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setAltKey(boolean altKey) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setCharCode(int charCode)
Deprecated.
|
NativeKeyboardEventInit |
NativeKeyboardEventInit.setCode(KeyCode keyCode) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setComposing(boolean isComposing) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setCtrlKey(boolean ctrlKey) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setKey(String key) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setKeyCode(int keyCode)
Deprecated.
|
NativeKeyboardEventInit |
NativeKeyboardEventInit.setLocation(KeyLocation keyLocation) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setMetaKey(boolean metaKey) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setRepeat(boolean repeat) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setShiftKey(boolean shiftKey) |
NativeKeyboardEventInit |
NativeKeyboardEventInit.setWhich(int which)
Deprecated.
|
Constructor and Description |
---|
NativeKeyboardEvent(String typeArg,
NativeKeyboardEventInit keyboardEventInit) |
Copyright © 2018 Xalys. All rights reserved.