public interface HasBodyKeyPressHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addBodyKeyPressHandler(BodyKeyPressHandler handler)
Handle a keyPress event on the body.
|
com.google.gwt.event.shared.HandlerRegistration addBodyKeyPressHandler(BodyKeyPressHandler handler)
Default implementation handles navigating between records with arrow keys, and activating records with space and enter.
handler
- the bodyKeyPress handlerHandlerRegistration
used to remove this handler