com.smartgwt.client.widgets.events
Interface KeyPressHandler

All Superinterfaces:
EventHandler

public interface KeyPressHandler
extends EventHandler


Method Summary
 void onKeyPress(KeyPressEvent event)
          Executed when a key is pressed and released on a focusable widget (canFocus: true).
 

Method Detail

onKeyPress

void onKeyPress(KeyPressEvent event)
Executed when a key is pressed and released on a focusable widget (canFocus: true).

Use EventHandler.getKey to find out the String of the key that was pressed, and use EventHandler.shiftKeyDown and related functions to determine whether modifier keys were down.

Parameters:
event - the event