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