Interface BodyKeyPressHandler

All Superinterfaces:
EventHandler

public interface BodyKeyPressHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle a keyPress event on the body.
  • Method Details

    • onBodyKeyPress

      void onBodyKeyPress(BodyKeyPressEvent event)
      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