public interface HasBodyKeyPressHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addBodyKeyPressHandler(BodyKeyPressHandler handler)
Handle a keyPress event on the body.
|
fireEvent
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