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
ShortcutListener
-
Uses of ShortcutAction in com.vaadin.ui
Subclasses of ShortcutAction in com.vaadin.ui Modifier and Type Class Description static class
AbstractField.FocusShortcut
A ready-madeShortcutListener
that focuses the givenComponent.Focusable
(usually aField
) when the keyboard shortcut is invoked.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 ShortcutAction Modifier and Type Method Description ShortcutAction
DesignShortcutActionConverter. convertToModel(String value, Class<? extends ShortcutAction> targetType, Locale locale)
Methods in com.vaadin.ui.declarative.converters that return types with arguments of type ShortcutAction Modifier and Type Method Description Class<ShortcutAction>
DesignShortcutActionConverter. getModelType()
Methods in com.vaadin.ui.declarative.converters with parameters of type ShortcutAction Modifier and Type Method Description String
DesignShortcutActionConverter. convertToPresentation(ShortcutAction value, Class<? extends String> targetType, Locale locale)
Method parameters in com.vaadin.ui.declarative.converters with type arguments of type ShortcutAction Modifier and Type Method Description ShortcutAction
DesignShortcutActionConverter. convertToModel(String value, Class<? extends ShortcutAction> targetType, Locale locale)
-