Package com.vaadin.event
Interface ShortcutAction.ModifierKey
-
- All Superinterfaces:
Serializable
- Enclosing class:
- ShortcutAction
public static interface ShortcutAction.ModifierKey extends Serializable
Modifier key constants
-
-
Field Detail
-
SHIFT
static final int SHIFT
- See Also:
- Constant Field Values
-
CTRL
static final int CTRL
- See Also:
- Constant Field Values
-
ALT
static final int ALT
- See Also:
- Constant Field Values
-
META
static final int META
- See Also:
- Constant Field Values
-
-