public interface ItemChangeHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onItemChange(ItemChangeEvent event)
Handler fired when there is a change() event fired on a FormItem within this form.
|
void onItemChange(ItemChangeEvent event)
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.
event
- the event