com.smartgwt.client.widgets.grid.events
Interface BodyKeyPressHandler

All Superinterfaces:
EventHandler

public interface BodyKeyPressHandler
extends EventHandler


Method Summary
 void onBodyKeyPress(BodyKeyPressEvent event)
          Handle a keyPress event on the body.
 

Method Detail

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