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

All Superinterfaces:
EventHandler

public interface KeyUpHandler
extends EventHandler


Method Summary
 void onKeyUp(KeyUpEvent event)
          StringMethod fired in response to a keyup while focused in this form item.
 

Method Detail

onKeyUp

void onKeyUp(KeyUpEvent event)
StringMethod fired in response to a keyup while focused in this form item.

Parameters:
event - the event