|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.KeyboardEvents
public class KeyboardEvents
EventTypes which map to GWT KeyboardListener
key codes.
Field Summary | |
---|---|
static EventType |
Alt
Keyboard alt key event type. |
static EventType |
BackSpace
Keyboard backspace key event type. |
static EventType |
Control
Keyboard control key event type. |
static EventType |
Delete
Keyboard delete key event type. |
static EventType |
Down
Keyboard down key event type. |
static EventType |
End
Keyboard end key event type. |
static EventType |
Enter
Keyboard enter key event type. |
static EventType |
Escape
Keyboard escape key event type. |
static EventType |
Home
Keyboard home key event type. |
static EventType |
Left
Keyboard left key event type. |
static EventType |
PageDown
Keyboard page down key event type. |
static EventType |
PageUp
Keyboard page up key event type. |
static EventType |
Right
Keyboard right key event type. |
static EventType |
Shift
Keyboard shift key event type. |
static EventType |
Tab
Keyboard tab down key event type. |
static EventType |
Up
Keyboard up key event type. |
Constructor Summary | |
---|---|
KeyboardEvents()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EventType Alt
public static final EventType BackSpace
public static final EventType Control
public static final EventType Delete
public static final EventType Down
public static final EventType End
public static final EventType Enter
public static final EventType Escape
public static final EventType Home
public static final EventType Left
public static final EventType PageDown
public static final EventType PageUp
public static final EventType Right
public static final EventType Shift
public static final EventType Tab
public static final EventType Up
Constructor Detail |
---|
public KeyboardEvents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |