Package io.jmix.ui.component.impl
Class ContainerShortcutActionWrapper
java.lang.Object
com.vaadin.event.Action
com.vaadin.event.ShortcutAction
com.vaadin.event.ShortcutListener
io.jmix.ui.component.impl.ContainerShortcutActionWrapper
- All Implemented Interfaces:
com.vaadin.event.Action.Listener
,Serializable
public class ContainerShortcutActionWrapper
extends com.vaadin.event.ShortcutListener
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.event.ShortcutAction
com.vaadin.event.ShortcutAction.KeyCode, com.vaadin.event.ShortcutAction.ModifierKey
Nested classes/interfaces inherited from class com.vaadin.event.Action
com.vaadin.event.Action.Container, com.vaadin.event.Action.Handler, com.vaadin.event.Action.Listener, com.vaadin.event.Action.Notifier, com.vaadin.event.Action.ShortcutNotifier
-
Field Summary
Modifier and TypeFieldDescriptionprotected ShortcutAction
protected ComponentContainer
protected KeyCombination
Fields inherited from class com.vaadin.event.ShortcutAction
SHORTHAND_CHAR_ALT, SHORTHAND_CHAR_CTRL, SHORTHAND_CHAR_SHIFT
-
Constructor Summary
ConstructorDescriptionContainerShortcutActionWrapper
(ShortcutAction action, ComponentContainer container, KeyCombination keyCombination) -
Method Summary
Methods inherited from class com.vaadin.event.ShortcutAction
getKeyCode, getModifiers
Methods inherited from class com.vaadin.event.Action
getCaption, getIcon, setCaption, setIcon
-
Field Details
-
action
-
container
-
keyCombination
-
-
Constructor Details
-
ContainerShortcutActionWrapper
public ContainerShortcutActionWrapper(ShortcutAction action, ComponentContainer container, KeyCombination keyCombination)
-
-
Method Details
-
handleAction
- Specified by:
handleAction
in interfacecom.vaadin.event.Action.Listener
- Specified by:
handleAction
in classcom.vaadin.event.ShortcutListener
-
getAction
-
getContainer
-
getKeyCombination
-