Interface GwtAceKeyboardHandler

All Known Implementing Classes:
JmixSuggesterConnector, SuggesterConnector

public interface GwtAceKeyboardHandler
Handles key presses.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    A command returned by GwtAceKeyboardHandler#handleKeyboard(JavaScriptObject, int, String, int, JavaScriptObject) .
  • Method Summary

    Modifier and Type
    Method
    Description
    handleKeyboard(com.google.gwt.core.client.JavaScriptObject data, int hashId, String keyString, int keyCode, GwtAceKeyboardEvent e)
    Called on key press.
  • Method Details

    • handleKeyboard

      GwtAceKeyboardHandler.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