Interface SearchHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSearch
(FilterSearchEvent event) A StringMethod that is automatically invoked ifsaveOnEnter
is set and the user presses Enter whilst in a text-item in any clause or subclause.
-
Method Details
-
onSearch
A StringMethod that is automatically invoked ifsaveOnEnter
is set and the user presses Enter whilst in a text-item in any clause or subclause.- Parameters:
event
- the event
-