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

All Superinterfaces:
EventHandler

public interface FilterEditorSubmitHandler
extends EventHandler


Method Summary
 void onFilterEditorSubmit(FilterEditorSubmitEvent event)
          Optional notification fired when the user performs a filter by modifying the filter editor criteria.
 

Method Detail

onFilterEditorSubmit

void onFilterEditorSubmit(FilterEditorSubmitEvent event)
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:
event - the event