Interface CriteriaChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCallback fired when the end-user changes criteria. 
- 
Method Details
- 
onCriteriaChanged
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:
 event- the event
 
 -