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

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

Introduction

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

The text is from its open source code.

Constructor

SearchControlOptions()
This constructor will create an empty options object.

Method

voidadd(Search s)
Add a Search to be executed by the SearchControl.
voidadd(Search s, ExpandMode expandMode)
Add a Search to be executed by the SearchControl.
voidsetKeepLabel(KeepLabel label)
Sets the label that will be used for the "keep" command when displayed.
voidsetKeepLabel(String label)
Sets the label that will be used for the "keep" command when displayed.
voidsetLinkTarget(LinkTarget target)
Sets the target window to use when the user clicks on a search result.