public interface HasOnSearchHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addOnSearchHandler(OnSearchHandler handler) Notification event fired indicating that a user is attempting to perform a search. |
com.google.gwt.event.shared.HandlerRegistration addOnSearchHandler(OnSearchHandler handler)
SubmitItem in the form, or from an Enter keypress if searchOnEnter or DynamicForm.saveOnEnter is true.handler - the onSearch handlerHandlerRegistration used to remove this handler