Interface ShortcutKeyHelper

    • Method Detail

      • isShortcut

        boolean isShortcut​(com.google.gwt.event.dom.client.KeyCodeEvent<?> event,
                           int nativeKeyCode)
      • isShortcut

        boolean isShortcut​(com.google.gwt.dom.client.NativeEvent event,
                           int nativeKeyCode)
      • getShortcutString

        String getShortcutString​(char shortcutCharacter)