Java com.google.gwt.event.dom.client KeyCodes fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.event.dom.client KeyCodes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.event.dom.client KeyCodes.

The text is from its open source code.

Field

intKEY_ALT
Alt key code.
intKEY_BACKSPACE
Backspace key code.
intKEY_CTRL
Control key code.
intKEY_DELETE
Delete key code.
intKEY_DOWN
Down arrow code.
intKEY_END
End key code.
intKEY_ENTER
Enter key code.
intKEY_ESCAPE
Escape key code.
intKEY_HOME
Home key code.
intKEY_LEFT
Left key code.
intKEY_PAGEDOWN
Page down key code.
intKEY_PAGEUP
Page up key code.
intKEY_RIGHT
Right arrow key code.
intKEY_SHIFT
Shift key code.
intKEY_TAB
Tab key code.
intKEY_UP
Up Arrow key code.