| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ListenerWrapper.WrappedOldSuggestionHandler. add(SuggestBox source,
   SuggestionHandler listener)Deprecated. 
 will be removed in GWT 2.0 along with the listener classes | 
| protected abstract void | SuggestBox.SuggestionDisplay. showSuggestions(SuggestBox suggestBox,
               java.util.Collection<? extends SuggestOracle.Suggestion> suggestions,
               boolean isDisplayStringHTML,
               boolean isAutoSelectEnabled,
               SuggestBox.SuggestionCallback callback)Update the list of visible suggestions. | 
| protected void | SuggestBox.DefaultSuggestionDisplay. showSuggestions(SuggestBox suggestBox,
               java.util.Collection<? extends SuggestOracle.Suggestion> suggestions,
               boolean isDisplayStringHTML,
               boolean isAutoSelectEnabled,
               SuggestBox.SuggestionCallback callback) | 
| Constructor and Description | 
|---|
| SuggestionEvent(SuggestBox sender,
               SuggestOracle.Suggestion selectedSuggestion) |