|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HasKeyDownHandlers
| Method Summary | |
|---|---|
HandlerRegistration |
addKeyDownHandler(KeyDownHandler handler)
Executed when a key is pressed on a focusable widget ( canFocus:
true). |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Method Detail |
|---|
HandlerRegistration addKeyDownHandler(KeyDownHandler handler)
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.
handler - the keyDown handler
HandlerRegistration used to remove this handler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||