Java com.google.gwt.search.client SearchControl fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.search.client SearchControl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.search.client SearchControl.

The text is from its open source code.

Constructor

SearchControl(SearchControlOptions options)
Constructs a new SearchControl.

Method

voidaddKeepHandler(KeepHandler handler)
Adds a KeepHandler to the SearchControl .
voidaddSearchResultsHandler(SearchResultsHandler handler)
Adds a SearchResultsHandler to receive notification of all search results loaded by the SearchControl.
voidaddSearchStartingHandler(SearchStartingHandler handler)
Adds a SearchStartingHandler to inform the search control that the caller would like to be notified when a search starts.
voidexecute(String query)
Programmatically execute a query.