com.smartgwt.client.widgets.grid.events
Interface HasChangeHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ListGridField, TreeGridField

public interface HasChangeHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addChangeHandler(ChangeHandler handler)
          If this field is editable, any FormItem.addChangeHandler(com.smartgwt.client.widgets.form.fields.events.ChangeHandler) handler specified on the ListGridField will be passed onto the editors for this field.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addChangeHandler

HandlerRegistration addChangeHandler(ChangeHandler handler)
If this field is editable, any FormItem.addChangeHandler(com.smartgwt.client.widgets.form.fields.events.ChangeHandler) handler specified on the ListGridField will be passed onto the editors for this field.

Parameters:
handler - the change handler
Returns:
HandlerRegistration used to remove this handler