public interface HasSearchHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.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. |
com.google.gwt.event.shared.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