|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasBodyKeyPressHandlers
Method Summary | |
---|---|
HandlerRegistration |
addBodyKeyPressHandler(BodyKeyPressHandler handler)
Handle a keyPress event on the body. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addBodyKeyPressHandler(BodyKeyPressHandler handler)
Default implementation handles navigating between records with arrow keys, and activating records with space and enter.
handler
- the bodyKeyPress handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |