public interface BodyKeyPressHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onBodyKeyPress(BodyKeyPressEvent event) Handle a keyPress event on the body. |
void onBodyKeyPress(BodyKeyPressEvent event)
Default implementation handles navigating between records with arrow keys, and activating records with space and enter.
event - the event