com.smartgwt.client.widgets.form.fields.events
Interface KeyPressHandler

All Superinterfaces:
EventHandler

public interface KeyPressHandler
extends EventHandler


Method Summary
 void onKeyPress(KeyPressEvent event)
          StringMethod fired when the user presses a key while focused in this form item.
 

Method Detail

onKeyPress

void onKeyPress(KeyPressEvent event)
StringMethod fired when the user presses a key while focused in this form item.

Parameters:
event - the event