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

Example usage for Java com.google.gwt.event.dom.client KeyEvent 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 KeyEvent.

The text is from its open source code.

Method

booleanisAltKeyDown()
Is the alt key down?
booleanisAnyModifierKeyDown()
Does this event have any modifier keys down?
booleanisControlKeyDown()
Is the control key down?
booleanisMetaKeyDown()
Is the meta key down?
booleanisShiftKeyDown()
Is the shift key down?