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

All Superinterfaces:
EventHandler

public interface FormItemClickHandler
extends EventHandler


Method Summary
 void onFormItemClick(FormItemIconClickEvent event)
          StringMethod action to fire when this icon is clicked If unset the form item's iconClick method will be fired instead (if specified).
 

Method Detail

onFormItemClick

void onFormItemClick(FormItemIconClickEvent event)
StringMethod action to fire when this icon is clicked If unset the form item's iconClick method will be fired instead (if specified).

Parameters:
event - the event