public interface ShortcutKeyMapper extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static ShortcutKeyMapper |
DEFAULT
An instance of a default keymapper.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getKeycodeForString(String attributePresentation)
Gets the key code for a given string.
|
String |
getStringForKeycode(int keyCode)
Returns a string for a given key code.
|
static final ShortcutKeyMapper DEFAULT
int getKeycodeForString(String attributePresentation)
attributePresentation - StringString getStringForKeycode(int keyCode)
keyCode - Key code.Copyright © 2018 Vaadin Ltd. All rights reserved.