com.vaadin.event
Interface ShortcutAction.KeyCode
- All Superinterfaces:
- java.io.Serializable
- Enclosing class:
- ShortcutAction
public static interface ShortcutAction.KeyCode
- extends java.io.Serializable
Key codes that can be used for shortcuts
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
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.