| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MultiWordSuggestOracle.MultiWordSuggestionSuggestion class for  MultiWordSuggestOracle. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract SuggestOracle.Suggestion | SuggestBox.SuggestionDisplay. getCurrentSelection()Get the currently selected  SuggestOracle.Suggestionin the display. | 
| protected SuggestOracle.Suggestion | SuggestBox.DefaultSuggestionDisplay. getCurrentSelection() | 
| SuggestOracle.Suggestion | SuggestionEvent. getSelectedSuggestion()Gets the  Suggestionobject for the suggestion chosen by the
 user. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<? extends SuggestOracle.Suggestion> | SuggestOracle.Response. getSuggestions()Gets the collection of suggestions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SuggestBox.SuggestionCallback. onSuggestionSelected(SuggestOracle.Suggestion suggestion) | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | SuggestBox. addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion> handler) | 
| void | MultiWordSuggestOracle. setDefaultSuggestions(Collection<SuggestOracle.Suggestion> suggestionList)Sets the default suggestion collection. | 
| void | SuggestOracle.Response. setSuggestions(Collection<? extends SuggestOracle.Suggestion> suggestions)Sets the suggestions for this response. | 
| protected abstract void | SuggestBox.SuggestionDisplay. showSuggestions(SuggestBox suggestBox,
               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,
               Collection<? extends SuggestOracle.Suggestion> suggestions,
               boolean isDisplayStringHTML,
               boolean isAutoSelectEnabled,
               SuggestBox.SuggestionCallback callback) | 
| Constructor and Description | 
|---|
| SuggestionEvent(SuggestBox sender,
               SuggestOracle.Suggestion selectedSuggestion) | 
| Constructor and Description | 
|---|
| Response(Collection<? extends SuggestOracle.Suggestion> suggestions)Constructor for  SuggestOracle.Response. | 
Copyright © 2018. All rights reserved.