public interface GwtAceKeyboardHandler
Modifier and Type | Interface and Description |
---|---|
static class |
GwtAceKeyboardHandler.Command
A command returned by
GwtAceKeyboardHandler#handleKeyboard(JavaScriptObject, int, String, int, JavaScriptObject)
. |
Modifier and Type | Method and Description |
---|---|
GwtAceKeyboardHandler.Command |
handleKeyboard(com.google.gwt.core.client.JavaScriptObject data,
int hashId,
String keyString,
int keyCode,
GwtAceKeyboardEvent e)
Called on key press.
|
GwtAceKeyboardHandler.Command handleKeyboard(com.google.gwt.core.client.JavaScriptObject data, int hashId, String keyString, int keyCode, GwtAceKeyboardEvent e)
data
- hashId
- keyString
- keyCode
- e
- Copyright © 2020 Magnolia International Ltd.. All rights reserved.