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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid, ListGrid, Menu, TableView, TreeGrid

public interface HasFilterEditorSubmitHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFilterEditorSubmitHandler(FilterEditorSubmitHandler handler)
          Optional notification fired when the user performs a filter by modifying the filter editor criteria.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFilterEditorSubmitHandler

HandlerRegistration addFilterEditorSubmitHandler(FilterEditorSubmitHandler handler)
Optional notification fired when the user performs a filter by modifying the filter editor criteria. Will be fired on keypress if filterOnKeypress is true otherwise when the user clicks the filter button or on enter keypress

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