Uses of Interface
com.vaadin.flow.component.ShortcutEventListener
Packages that use ShortcutEventListener
-
Uses of ShortcutEventListener in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type ShortcutEventListenerModifier and TypeMethodDescriptionstatic ShortcutRegistrationShortcuts.addShortcutListener(Component lifecycleOwner, ShortcutEventListener listener, Key key, KeyModifier... keyModifiers) Invoke aShortcutEventListenerwhen the shortcut is invoked.UI.addShortcutListener(ShortcutEventListener listener, Key key, KeyModifier... keyModifiers) Registers a global shortcut tied to theUIwhich executes the givenComponentEventListenerwhen invoked.