| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui | |
| com.vaadin.ui.declarative.converters |
| Modifier and Type | Class and Description |
|---|---|
class |
ShortcutListener |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractField.FocusShortcut
A ready-made
ShortcutListener that focuses the given
Focusable (usually a Field) when the keyboard shortcut is
invoked. |
static class |
Button.ClickShortcut
A
ShortcutListener specifically made to define a keyboard
shortcut that invokes a click on the given button. |
static class |
Window.CloseShortcut
A
ShortcutListener specifically made to define a keyboard
shortcut that closes the window. |
| Modifier and Type | Method and Description |
|---|---|
ShortcutAction |
DesignShortcutActionConverter.convertToModel(String value,
Class<? extends ShortcutAction> targetType,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Class<ShortcutAction> |
DesignShortcutActionConverter.getModelType() |
| Modifier and Type | Method and Description |
|---|---|
String |
DesignShortcutActionConverter.convertToPresentation(ShortcutAction value,
Class<? extends String> targetType,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
ShortcutAction |
DesignShortcutActionConverter.convertToModel(String value,
Class<? extends ShortcutAction> targetType,
Locale locale) |
Copyright © 2023 Vaadin Ltd. All rights reserved.