| com.google.gwt.user.client.ui.HasKeyPreview
Method Summary | |
boolean | onKeyDownPreview(char key, int modifiers) Called when a key-down event is received.
Parameters: key - the physical key that was depressed. | boolean | onKeyPressPreview(char key, int modifiers) Called when a key-press event is received.
Parameters: key - the Unicode character that was generated by the keyboard action. Parameters: modifiers - the modifier keys pressed at when the event occurred. | boolean | onKeyUpPreview(char key, int modifiers) Called when a key-up event is received.
Parameters: key - the physical key that was released. |
|
|