Interface OnSearchHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonOnSearch(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 aSubmitItemin the form, or from an Enter keypress ifsearchOnEnterorDynamicForm.saveOnEnteris true.- Parameters:
 event- the event
 
 -