Interface Action.ShortcutNotifier

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Button, NativeButton
    Enclosing class:
    Action

    public static interface Action.ShortcutNotifier
    extends java.io.Serializable
    • Method Detail

      • addShortcutListener

        com.vaadin.shared.Registration addShortcutListener​(ShortcutListener shortcut)
        Add a shortcut listener and return a registration object for unregistering it.
        Parameters:
        shortcut - listener to add
        Returns:
        registration for unregistering the listener
        Since:
        8.0