Interface Action.ShortcutNotifier

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    Action

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

      • 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