public class ContainerShortcutActionWrapper
extends com.vaadin.event.ShortcutListener
| Modifier and Type | Field and Description |
|---|---|
protected ShortcutAction |
action |
protected ComponentContainer |
container |
protected KeyCombination |
keyCombination |
| Constructor and Description |
|---|
ContainerShortcutActionWrapper(ShortcutAction action,
ComponentContainer container,
KeyCombination keyCombination) |
| Modifier and Type | Method and Description |
|---|---|
ShortcutAction |
getAction() |
ComponentContainer |
getContainer() |
KeyCombination |
getKeyCombination() |
void |
handleAction(java.lang.Object sender,
java.lang.Object target) |
protected ShortcutAction action
protected ComponentContainer container
protected KeyCombination keyCombination
public ContainerShortcutActionWrapper(ShortcutAction action, ComponentContainer container, KeyCombination keyCombination)
public void handleAction(java.lang.Object sender,
java.lang.Object target)
handleAction in interface com.vaadin.event.Action.ListenerhandleAction in class com.vaadin.event.ShortcutListenerpublic ShortcutAction getAction()
public ComponentContainer getContainer()
public KeyCombination getKeyCombination()