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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
FilterBuilder

public interface HasFilterChangedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFilterChangedHandler(FilterChangedHandler handler)
          Handler fired when there is a change() event fired on any FormItem within the filterBuilder.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFilterChangedHandler

HandlerRegistration addFilterChangedHandler(FilterChangedHandler handler)
Handler fired when there is a change() event fired on any FormItem within the filterBuilder.

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