Interface Action.ShortcutNotifier
- All Superinterfaces:
Serializable
- Enclosing class:
Action
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationaddShortcutListener(com.vaadin.flow.component.ShortcutEventListener shortcut) Add a shortcut listener and return a registration object for unregistering it.
-
Method Details
-
addShortcutListener
com.vaadin.flow.shared.Registration addShortcutListener(com.vaadin.flow.component.ShortcutEventListener shortcut) Add a shortcut listener and return a registration object for unregistering it.- Parameters:
shortcut- listener to add- Returns:
- registration for unregistering the listener
-