Interface BodyKeyPressHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonBodyKeyPress(BodyKeyPressEvent event) Handle a keyPress event on the body.
- 
Method Details- 
onBodyKeyPressHandle 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
 
 
-