Package com.vaadin.event
Interface ShortcutAction.KeyCode
-
- All Superinterfaces:
Serializable
- Enclosing class:
- ShortcutAction
public static interface ShortcutAction.KeyCode extends Serializable
Key codes that can be used for shortcuts
-
-
Field Summary
Fields Modifier and Type Field Description static int
A
static int
ARROW_DOWN
static int
ARROW_LEFT
static int
ARROW_RIGHT
static int
ARROW_UP
static int
B
static int
BACKSPACE
static int
C
static int
D
static int
DELETE
static int
E
static int
END
static int
ENTER
static int
ESCAPE
static int
F
static int
F1
static int
F10
static int
F11
static int
F12
static int
F2
static int
F3
static int
F4
static int
F5
static int
F6
static int
F7
static int
F8
static int
F9
static int
G
static int
H
static int
HOME
static int
I
static int
INSERT
static int
J
static int
K
static int
L
static int
M
static int
N
static int
NUM0
static int
NUM1
static int
NUM2
static int
NUM3
static int
NUM4
static int
NUM5
static int
NUM6
static int
NUM7
static int
NUM8
static int
NUM9
static int
O
static int
P
static int
PAGE_DOWN
static int
PAGE_UP
static int
Q
static int
R
static int
S
static int
SPACEBAR
static int
T
static int
TAB
static int
U
static int
V
static int
W
static int
X
static int
Y
static int
Z
-
-
-
Field Detail
-
ENTER
static final int ENTER
- See Also:
- Constant Field Values
-
ESCAPE
static final int ESCAPE
- See Also:
- Constant Field Values
-
PAGE_UP
static final int PAGE_UP
- See Also:
- Constant Field Values
-
PAGE_DOWN
static final int PAGE_DOWN
- See Also:
- Constant Field Values
-
TAB
static final int TAB
- See Also:
- Constant Field Values
-
ARROW_LEFT
static final int ARROW_LEFT
- See Also:
- Constant Field Values
-
ARROW_UP
static final int ARROW_UP
- See Also:
- Constant Field Values
-
ARROW_RIGHT
static final int ARROW_RIGHT
- See Also:
- Constant Field Values
-
ARROW_DOWN
static final int ARROW_DOWN
- See Also:
- Constant Field Values
-
BACKSPACE
static final int BACKSPACE
- See Also:
- Constant Field Values
-
DELETE
static final int DELETE
- See Also:
- Constant Field Values
-
INSERT
static final int INSERT
- See Also:
- Constant Field Values
-
END
static final int END
- See Also:
- Constant Field Values
-
HOME
static final int HOME
- See Also:
- Constant Field Values
-
F1
static final int F1
- See Also:
- Constant Field Values
-
F2
static final int F2
- See Also:
- Constant Field Values
-
F3
static final int F3
- See Also:
- Constant Field Values
-
F4
static final int F4
- See Also:
- Constant Field Values
-
F5
static final int F5
- See Also:
- Constant Field Values
-
F6
static final int F6
- See Also:
- Constant Field Values
-
F7
static final int F7
- See Also:
- Constant Field Values
-
F8
static final int F8
- See Also:
- Constant Field Values
-
F9
static final int F9
- See Also:
- Constant Field Values
-
F10
static final int F10
- See Also:
- Constant Field Values
-
F11
static final int F11
- See Also:
- Constant Field Values
-
F12
static final int F12
- See Also:
- Constant Field Values
-
A
static final int A
- See Also:
- Constant Field Values
-
B
static final int B
- See Also:
- Constant Field Values
-
C
static final int C
- See Also:
- Constant Field Values
-
D
static final int D
- See Also:
- Constant Field Values
-
E
static final int E
- See Also:
- Constant Field Values
-
F
static final int F
- See Also:
- Constant Field Values
-
G
static final int G
- See Also:
- Constant Field Values
-
H
static final int H
- See Also:
- Constant Field Values
-
I
static final int I
- See Also:
- Constant Field Values
-
J
static final int J
- See Also:
- Constant Field Values
-
K
static final int K
- See Also:
- Constant Field Values
-
L
static final int L
- See Also:
- Constant Field Values
-
M
static final int M
- See Also:
- Constant Field Values
-
N
static final int N
- See Also:
- Constant Field Values
-
O
static final int O
- See Also:
- Constant Field Values
-
P
static final int P
- See Also:
- Constant Field Values
-
Q
static final int Q
- See Also:
- Constant Field Values
-
R
static final int R
- See Also:
- Constant Field Values
-
S
static final int S
- See Also:
- Constant Field Values
-
T
static final int T
- See Also:
- Constant Field Values
-
U
static final int U
- See Also:
- Constant Field Values
-
V
static final int V
- See Also:
- Constant Field Values
-
W
static final int W
- See Also:
- Constant Field Values
-
X
static final int X
- See Also:
- Constant Field Values
-
Y
static final int Y
- See Also:
- Constant Field Values
-
Z
static final int Z
- See Also:
- Constant Field Values
-
NUM0
static final int NUM0
- See Also:
- Constant Field Values
-
NUM1
static final int NUM1
- See Also:
- Constant Field Values
-
NUM2
static final int NUM2
- See Also:
- Constant Field Values
-
NUM3
static final int NUM3
- See Also:
- Constant Field Values
-
NUM4
static final int NUM4
- See Also:
- Constant Field Values
-
NUM5
static final int NUM5
- See Also:
- Constant Field Values
-
NUM6
static final int NUM6
- See Also:
- Constant Field Values
-
NUM7
static final int NUM7
- See Also:
- Constant Field Values
-
NUM8
static final int NUM8
- See Also:
- Constant Field Values
-
NUM9
static final int NUM9
- See Also:
- Constant Field Values
-
SPACEBAR
static final int SPACEBAR
- See Also:
- Constant Field Values
-
-