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 aSubmitItem
in the form, or from an Enter keypress ifsearchOnEnter
orDynamicForm.saveOnEnter
is true.- Parameters:
handler
- the onSearch handler- Returns:
HandlerRegistration
used to remove this handler
-