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

All Superinterfaces:
EventHandler

public interface KeyDownHandler
extends EventHandler


Method Summary
 void onKeyDown(KeyDownEvent event)
          StringMethod fired in response to a keydown while focused in this form item.
 

Method Detail

onKeyDown

void onKeyDown(KeyDownEvent event)
StringMethod fired in response to a keydown while focused in this form item.

Parameters:
event - the event