Package com.vaadin.classic.v8.event
Interface ShortcutAction.ModifierKey
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- ShortcutAction
@Deprecated public static interface ShortcutAction.ModifierKey extends java.io.SerializableDeprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
-
-
Field Summary
Fields Modifier and Type Field Description static intALTDeprecated.static intCTRLDeprecated.static intMETADeprecated.static intSHIFTDeprecated.static intWINDOWS_LEFTDeprecated.static intWINDOWS_RIGHTDeprecated.
-
-
-
Field Detail
-
SHIFT
@Deprecated static final int SHIFT
Deprecated.- See Also:
- Constant Field Values
-
CTRL
@Deprecated static final int CTRL
Deprecated.- See Also:
- Constant Field Values
-
ALT
@Deprecated static final int ALT
Deprecated.- See Also:
- Constant Field Values
-
META
@Deprecated static final int META
Deprecated.- See Also:
- Constant Field Values
-
WINDOWS_LEFT
@Deprecated static final int WINDOWS_LEFT
Deprecated.- See Also:
- Constant Field Values
-
WINDOWS_RIGHT
@Deprecated static final int WINDOWS_RIGHT
Deprecated.- See Also:
- Constant Field Values
-
-