Interface HasCriteriaChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
CalendarView
,CubeGrid
,DateGrid
,EditTree
,ListGrid
,ListPalette
,Menu
,MenuPalette
,PickListMenu
,RecordEditor
,SelectionTreeMenu
,TableView
,TreeGrid
,TreePalette
-
Method Summary
Modifier and TypeMethodDescriptionCallback fired when the end-user changes criteria.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addCriteriaChangedHandler
Callback fired when the end-user changes criteria. This occurs via the +{FilterEditor} or +{showFilterWindow,advanced filtering} interface. It does not fire when a change is made viasetCriteria()
,fetchData()
,setFilterWindowCriteria()
or other APIs are called to change the criteria.- Parameters:
handler
- the criteriaChanged handler- Returns:
HandlerRegistration
used to remove this handler
-