Interface Action.ShortcutNotifier

All Superinterfaces:
Serializable
Enclosing class:
Action

@Deprecated public static interface Action.ShortcutNotifier extends Serializable
Deprecated.
Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.shared.Registration
    Deprecated.
  • Method Details

    • addShortcutListener

      @Deprecated com.vaadin.flow.shared.Registration addShortcutListener(ShortcutListener shortcut)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      shortcut - listener to add
      Returns:
      registration for unregistering the listener