com.smartgwt.client.widgets.form.events
Interface ItemChangeHandler

All Superinterfaces:
EventHandler

public interface ItemChangeHandler
extends EventHandler


Method Summary
 void onItemChange(ItemChangeEvent event)
          Handler fired when there is a change() event fired on a FormItem within this form.
 

Method Detail

onItemChange

void onItemChange(ItemChangeEvent event)
Handler fired when there is a change() event fired on a FormItem within this form.

Fires after the change() handler on the FormItem itself, and only if the item did not cancel the change event and chooses to allow it to propagate to the form as a whole.

Parameters:
event - the event