java.lang.Object | |||
↳ | com.google.gwt.event.shared.GwtEvent<H extends com.google.gwt.event.shared.EventHandler> | ||
↳ | com.google.gwt.event.dom.client.DomEvent<H extends com.google.gwt.event.shared.EventHandler> | ||
↳ | com.google.gwt.event.dom.client.KeyEvent<H extends com.google.gwt.event.shared.EventHandler> |
![]() |
![]() |
Base class for Key events. The native keyboard events are somewhat a mess (http://www.quirksmode.org/js/keys.html), we do some trivial normalization here, but do not attempt any complex patching, so user be warned.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Is the
alt key down? | |||||||||||
Does this event have any modifier keys down? Specifically.
| |||||||||||
Is the
control key down? | |||||||||||
Is the
meta key down? | |||||||||||
Is the
shift key down? |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Is the alt
key down?
Does this event have any modifier keys down? Specifically. is the control, meta, shift, or alt key currently pressed?
Is the control
key down?
Is the meta
key down?
Is the shift
key down?