Example usage for Java com.vaadin.event ShortcutListener fields, constructors, methods, implement or subclass
The text is from its open source code.
ShortcutListener(String shorthandCaption) | |
ShortcutListener(String caption, int keyCode, int... modifierKeys) | |
ShortcutListener(String caption, Resource icon, int keyCode, int... modifierKeys) |
String | getCaption() Returns the action's caption. |