Uses of Class
com.vaadin.event.ShortcutAction
-
Packages that use ShortcutAction Package Description com.vaadin.event com.vaadin.ui com.vaadin.ui.declarative.converters -
-
Uses of ShortcutAction in com.vaadin.event
Subclasses of ShortcutAction in com.vaadin.event Modifier and Type Class Description class
FocusShortcut
A ready-madeShortcutListener
that focuses the givenComponent.Focusable
(usually anAbstractField
) when the keyboard shortcut is invoked.class
ShortcutListener
-
Uses of ShortcutAction in com.vaadin.ui
Subclasses of ShortcutAction in com.vaadin.ui Modifier and Type Class Description static class
Button.ClickShortcut
AShortcutListener
specifically made to define a keyboard shortcut that invokes a click on the given button.static class
Window.CloseShortcut
AShortcutListener
specifically made to define a keyboard shortcut that closes the window. -
Uses of ShortcutAction in com.vaadin.ui.declarative.converters
Methods in com.vaadin.ui.declarative.converters that return types with arguments of type ShortcutAction Modifier and Type Method Description Result<ShortcutAction>
DesignShortcutActionConverter. convertToModel(String value, ValueContext context)
Methods in com.vaadin.ui.declarative.converters with parameters of type ShortcutAction Modifier and Type Method Description String
DesignShortcutActionConverter. convertToPresentation(ShortcutAction value, ValueContext context)
-