Interface GwtAceKeyboardHandler
- All Known Implementing Classes:
- JmixSuggesterConnector,- SuggesterConnector
public interface GwtAceKeyboardHandler
Handles key presses.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumA command returned by GwtAceKeyboardHandler#handleKeyboard(JavaScriptObject, int, String, int, JavaScriptObject) .
- 
Method SummaryModifier and TypeMethodDescriptionhandleKeyboard(com.google.gwt.core.client.JavaScriptObject data, int hashId, String keyString, int keyCode, GwtAceKeyboardEvent e) Called on key press.
- 
Method Details- 
handleKeyboardGwtAceKeyboardHandler.Command handleKeyboard(com.google.gwt.core.client.JavaScriptObject data, int hashId, String keyString, int keyCode, GwtAceKeyboardEvent e) Called on key press.- Parameters:
- data-
- hashId-
- keyString-
- keyCode-
- e-
- Returns:
- command
 
 
-