|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
flash.events.Event
flash.events.KeyboardEvent
public class KeyboardEvent
Implementation of flash.events.KeyboardEvent
| Constructor Summary | |
|---|---|
protected |
KeyboardEvent()
|
| Method Summary | |
|---|---|
int |
charCode()
Contains the character code value of the key pressed or released. |
boolean |
isAltKey()
Indicates whether the Alt key is active (true) or inactive (false). |
boolean |
isCtrlKey()
On Windows, indicates whether the Ctrl key is active (true) or inactive (false). |
boolean |
isShiftKey()
Indicates whether the Shift key is active (true) or inactive (false). |
int |
keyCode()
The key code value of the key pressed or released. |
int |
keyLocation()
Indicates the location of the key on the keyboard. |
| Methods inherited from class flash.events.Event |
|---|
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getType, isDefaultPrevented, preventDefault, stopImmediatePropagation, stopPropagation |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected KeyboardEvent()
| Method Detail |
|---|
public final boolean isAltKey()
public final int charCode()
public final int keyCode()
public final int keyLocation()
public final boolean isCtrlKey()
public final boolean isShiftKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||