Interface HasCriteriaChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 SearchForm
- 
Method Summary
Modifier and TypeMethodDescriptionNotification method fired when the criteria are modified in this SearchForm.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addCriteriaChangedHandler
Notification method fired when the criteria are modified in this SearchForm. As the user edits values, this method will be fired after aconfigurable delay.- Parameters:
 handler- the criteriaChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -