|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.event.Action
com.vaadin.event.ShortcutAction
com.vaadin.event.ShortcutListener
public abstract class ShortcutListener
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.event.ShortcutAction |
|---|
ShortcutAction.KeyCode, ShortcutAction.ModifierKey |
| Nested classes/interfaces inherited from class com.vaadin.event.Action |
|---|
Action.Container, Action.Handler, Action.Listener, Action.Notifier, Action.ShortcutNotifier |
| Field Summary |
|---|
| Fields inherited from class com.vaadin.event.ShortcutAction |
|---|
SHORTHAND_CHAR_ALT, SHORTHAND_CHAR_CTRL, SHORTHAND_CHAR_SHIFT |
| Constructor Summary | |
|---|---|
ShortcutListener(String shorthandCaption)
|
|
ShortcutListener(String shorthandCaption,
int... modifierKeys)
|
|
ShortcutListener(String caption,
int keyCode,
int... modifierKeys)
|
|
ShortcutListener(String caption,
Resource icon,
int keyCode,
int... modifierKeys)
|
|
| Method Summary | |
|---|---|
abstract void |
handleAction(Object sender,
Object target)
|
| Methods inherited from class com.vaadin.event.ShortcutAction |
|---|
getKeyCode, getModifiers |
| Methods inherited from class com.vaadin.event.Action |
|---|
getCaption, getIcon, setCaption, setIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShortcutListener(String caption,
int keyCode,
int... modifierKeys)
public ShortcutListener(String shorthandCaption,
int... modifierKeys)
public ShortcutListener(String caption,
Resource icon,
int keyCode,
int... modifierKeys)
public ShortcutListener(String shorthandCaption)
| Method Detail |
|---|
public abstract void handleAction(Object sender,
Object target)
handleAction in interface Action.Listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||