Interface BodyKeyPressHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonBodyKeyPress(BodyKeyPressEvent event) Handle a keyPress event on the body. 
- 
Method Details
- 
onBodyKeyPress
Handle a keyPress event on the body.Default implementation handles navigating between records with arrow keys, and activating records with space and enter.
- Parameters:
 event- the event
 
 -