Class FocusShortcut

All Implemented Interfaces:
Action.Listener, Serializable

@Deprecated public class FocusShortcut extends ShortcutListener
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

    • FocusShortcut

      @Deprecated public FocusShortcut(com.vaadin.flow.component.Focusable focusable, String shorthandCaption)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      focusable - to focused when the shortcut is invoked
      shorthandCaption - caption with keycode and modifiers indicated
    • FocusShortcut

      @Deprecated public FocusShortcut(com.vaadin.flow.component.Focusable focusable, int keyCode, int... modifiers)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      focusable - to focused when the shortcut is invoked
      keyCode - keycode that invokes the shortcut
      modifiers - modifiers required to invoke the shortcut
    • FocusShortcut

      @Deprecated public FocusShortcut(com.vaadin.flow.component.Focusable focusable, int keyCode)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      focusable - to focused when the shortcut is invoked
      keyCode - keycode that invokes the shortcut
  • Method Details