Interface OnSearchHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onOnSearch
(OnSearchEvent event) Notification event fired indicating that a user is attempting to perform a search.
-
Method Details
-
onOnSearch
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:
event
- the event
-