Interface HasOnSearchHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 SearchForm
- 
Method Summary
Modifier and TypeMethodDescriptionaddOnSearchHandler(OnSearchHandler handler) Notification event fired indicating that a user is attempting to perform a search.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addOnSearchHandler
Notification event fired indicating that a user is attempting to perform a search. This is fired when a SearchForm is submitted either from a click on aSubmitItemin the form, or from an Enter keypress ifsearchOnEnterorDynamicForm.saveOnEnteris true.- Parameters:
 handler- the onSearch handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -