| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.ShortcutNotifier.addShortcutListener(ShortcutListener shortcut) |
void |
Action.ShortcutNotifier.removeShortcutListener(ShortcutListener shortcut) |
| 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 |
|---|---|
void |
AbstractComponent.addShortcutListener(ShortcutListener shortcut) |
void |
AbstractComponent.removeShortcutListener(ShortcutListener shortcut) |
Copyright © 2017 Vaadin Ltd. All rights reserved.