|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyDownHandler
| Method Summary | |
|---|---|
void |
onKeyDown(KeyDownEvent event)
Executed when a key is pressed on a focusable widget ( canFocus:
true). |
| Method Detail |
|---|
void onKeyDown(KeyDownEvent event)
canFocus:
true). Use EventHandler.getKey to find out the String of the
key that was pressed, and use EventHandler.shiftKeyDown and
related functions to determine whether modifier keys were down.
event - the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||