public interface HasSearchHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSearchHandler(SearchHandler handler)
A StringMethod that is automatically invoked if
saveOnEnter is set and the user presses Enter whilst in a text-item in any clause or subclause. |
fireEvent
HandlerRegistration addSearchHandler(SearchHandler handler)
saveOnEnter
is set and the user presses Enter whilst in a text-item in any clause or subclause.handler
- the search handlerHandlerRegistration
used to remove this handler