| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiWordSuggestOracleThe default  SuggestOracle. | 
| Modifier and Type | Method and Description | 
|---|---|
| SuggestOracle | SuggestBox. getSuggestOracle()Gets the suggest box's  SuggestOracle. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SuggestBox | SuggestBox. wrap(SuggestOracle oracle,
    Element element)Creates a  SuggestBoxwidget that wraps an existing <input
 type='text'> element. | 
| Constructor and Description | 
|---|
| SuggestBox(SuggestOracle oracle)Constructor for  SuggestBox. | 
| SuggestBox(SuggestOracle oracle,
          ValueBoxBase<String> box)Constructor for  SuggestBox. | 
| SuggestBox(SuggestOracle oracle,
          ValueBoxBase<String> box,
          SuggestBox.SuggestionDisplay suggestDisplay)Constructor for  SuggestBox. | 
Copyright © 2018. All rights reserved.