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 intAstatic intARROW_DOWNstatic intARROW_LEFTstatic intARROW_RIGHTstatic intARROW_UPstatic intBstatic intBACKSPACEstatic intCstatic intCONTEXT_MENUstatic intDstatic intDELETEstatic intEstatic intENDstatic intENTERstatic intESCAPEstatic intFstatic intF1static intF10static intF11static intF12static intF2static intF3static intF4static intF5static intF6static intF7static intF8static intF9static intGstatic intHstatic intHOMEstatic intIstatic intINSERTstatic intJstatic intKstatic intLstatic intMstatic intNstatic intNUM0static intNUM1static intNUM2static intNUM3static intNUM4static intNUM5static intNUM6static intNUM7static intNUM8static intNUM9static intNUMLOCKstatic intNUMPAD_DIVISIONstatic intNUMPAD_MINUSstatic intNUMPAD_MULTIPLYstatic intNUMPAD_PERIODstatic intNUMPAD_PLUSstatic intNUMPAD0static intNUMPAD1static intNUMPAD2static intNUMPAD3static intNUMPAD4static intNUMPAD5static intNUMPAD6static intNUMPAD7static intNUMPAD8static intNUMPAD9static intOstatic intPstatic intPAGE_DOWNstatic intPAGE_UPstatic intPAUSEstatic intQstatic intRstatic intSstatic intSCROLL_LOCKstatic intSPACEBARstatic intTstatic intTABstatic intUstatic intVstatic intWstatic intXstatic intYstatic intZ
-
-
-
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
-
NUMPAD0
static final int NUMPAD0
- See Also:
- Constant Field Values
-
NUMPAD1
static final int NUMPAD1
- See Also:
- Constant Field Values
-
NUMPAD2
static final int NUMPAD2
- See Also:
- Constant Field Values
-
NUMPAD3
static final int NUMPAD3
- See Also:
- Constant Field Values
-
NUMPAD4
static final int NUMPAD4
- See Also:
- Constant Field Values
-
NUMPAD5
static final int NUMPAD5
- See Also:
- Constant Field Values
-
NUMPAD6
static final int NUMPAD6
- See Also:
- Constant Field Values
-
NUMPAD7
static final int NUMPAD7
- See Also:
- Constant Field Values
-
NUMPAD8
static final int NUMPAD8
- See Also:
- Constant Field Values
-
NUMPAD9
static final int NUMPAD9
- See Also:
- Constant Field Values
-
NUMPAD_MULTIPLY
static final int NUMPAD_MULTIPLY
- See Also:
- Constant Field Values
-
NUMPAD_PLUS
static final int NUMPAD_PLUS
- See Also:
- Constant Field Values
-
NUMPAD_MINUS
static final int NUMPAD_MINUS
- See Also:
- Constant Field Values
-
NUMPAD_PERIOD
static final int NUMPAD_PERIOD
- See Also:
- Constant Field Values
-
NUMPAD_DIVISION
static final int NUMPAD_DIVISION
- See Also:
- Constant Field Values
-
NUMLOCK
static final int NUMLOCK
- See Also:
- Constant Field Values
-
SCROLL_LOCK
static final int SCROLL_LOCK
- See Also:
- Constant Field Values
-
CONTEXT_MENU
static final int CONTEXT_MENU
- See Also:
- Constant Field Values
-
PAUSE
static final int PAUSE
- See Also:
- Constant Field Values
-
-