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

All Superinterfaces:
EventHandler

public interface IconKeyPressHandler
extends EventHandler


Method Summary
 void onIconKeyPress(IconKeyPressEvent event)
          StringMethod.
 

Method Detail

onIconKeyPress

void onIconKeyPress(IconKeyPressEvent event)
StringMethod. Default action to fire when an icon has keyboard focus and the user types a key. May be overridden by setting keyPress on the form item icon directly.

Parameters:
event - the event