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