Interface HasSearchHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
FilterBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddSearchHandler
(SearchHandler handler) A StringMethod that is automatically invoked ifsaveOnEnter
is set and the user presses Enter whilst in a text-item in any clause or subclause.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addSearchHandler
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:
handler
- the search handler- Returns:
HandlerRegistration
used to remove this handler
-