Interface ShortcutActionHandler.BeforeShortcutActionListener

    • Method Detail

      • onBeforeShortcutAction

        void onBeforeShortcutAction​(com.google.gwt.user.client.Event e)
        This method is called by ShortcutActionHandler before firing the shortcut if the Paintable is currently focused (aka the target of the shortcut action). Eg. a field can update its possibly changed value to the server before shortcut action is fired.
        Parameters:
        e - the event that triggered the shortcut action