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
Methods in com.vaadin.event with parameters of type ShortcutListener Modifier and Type Method Description voidAction.ShortcutNotifier. addShortcutListener(ShortcutListener shortcut)voidAction.ShortcutNotifier. removeShortcutListener(ShortcutListener shortcut) -
Uses of ShortcutListener in com.vaadin.ui
Subclasses of ShortcutListener in com.vaadin.ui Modifier and Type Class Description static classAbstractField.FocusShortcutA ready-madeShortcutListenerthat focuses the givenComponent.Focusable(usually aField) when the keyboard shortcut is invoked.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 voidAbstractComponent. addShortcutListener(ShortcutListener shortcut)voidAbstractComponent. removeShortcutListener(ShortcutListener shortcut)
-