Class ShortcutListener

All Implemented Interfaces:
Action.Listener, Serializable
Direct Known Subclasses:
FocusShortcut

@Deprecated public abstract class ShortcutListener extends ShortcutAction implements Action.Listener
Deprecated.
Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
See Also:
  • Constructor Details

    • ShortcutListener

      @Deprecated public ShortcutListener(String caption, int keyCode, int... modifierKeys)
      Deprecated.
    • ShortcutListener

      @Deprecated public ShortcutListener(String shorthandCaption, int... modifierKeys)
      Deprecated.
    • ShortcutListener

      @Deprecated public ShortcutListener(String caption, Resource icon, int keyCode, int... modifierKeys)
      Deprecated.
    • ShortcutListener

      @Deprecated public ShortcutListener(String shorthandCaption)
      Deprecated.
  • Method Details

    • handleAction

      @Deprecated public abstract void handleAction(Object sender, Object target)
      Deprecated.
      Description copied from interface: Action.Listener
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Specified by:
      handleAction in interface Action.Listener
      Parameters:
      sender - sender
      target - target