Uses of Class
com.vaadin.event.ShortcutListener
-
Packages that use ShortcutListener Package Description com.vaadin.event com.vaadin.ui -
-
Uses of ShortcutListener in com.vaadin.event
Subclasses of ShortcutListener in com.vaadin.event Modifier and Type Class Description classFocusShortcutA ready-madeShortcutListenerthat focuses the givenComponent.Focusable(usually anAbstractField) when the keyboard shortcut is invoked.Methods in com.vaadin.event with parameters of type ShortcutListener Modifier and Type Method Description RegistrationAction.ShortcutNotifier. addShortcutListener(ShortcutListener shortcut)Add a shortcut listener and return a registration object for unregistering it.voidAction.ShortcutNotifier. removeShortcutListener(ShortcutListener shortcut)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromAction.ShortcutNotifier.addShortcutListener(ShortcutListener). -
Uses of ShortcutListener in com.vaadin.ui
Subclasses of ShortcutListener in com.vaadin.ui Modifier and Type Class Description static classButton.ClickShortcutAShortcutListenerspecifically made to define a keyboard shortcut that invokes a click on the given button.static classWindow.CloseShortcutAShortcutListenerspecifically made to define a keyboard shortcut that closes the window.Methods in com.vaadin.ui with parameters of type ShortcutListener Modifier and Type Method Description RegistrationAbstractComponent. addShortcutListener(ShortcutListener shortcut)voidAbstractComponent. removeShortcutListener(ShortcutListener shortcut)Deprecated.
-