Uses of Interface
com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Packages that use SuggestOracle.Suggestion
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SuggestOracle.Suggestion in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement SuggestOracle.SuggestionMethods in com.google.gwt.user.client.ui that return SuggestOracle.SuggestionModifier and TypeMethodDescriptionprotected SuggestOracle.SuggestionSuggestBox.DefaultSuggestionDisplay.getCurrentSelection()protected abstract SuggestOracle.SuggestionSuggestBox.SuggestionDisplay.getCurrentSelection()Get the currently selectedSuggestOracle.Suggestionin the display.SuggestionEvent.getSelectedSuggestion()Gets theSuggestionobject for the suggestion chosen by the user.Methods in com.google.gwt.user.client.ui that return types with arguments of type SuggestOracle.SuggestionModifier and TypeMethodDescriptionCollection<? extends SuggestOracle.Suggestion>SuggestOracle.Response.getSuggestions()Gets the collection of suggestions.Methods in com.google.gwt.user.client.ui with parameters of type SuggestOracle.SuggestionModifier and TypeMethodDescriptionvoidSuggestBox.SuggestionCallback.onSuggestionSelected(SuggestOracle.Suggestion suggestion) Method parameters in com.google.gwt.user.client.ui with type arguments of type SuggestOracle.SuggestionModifier and TypeMethodDescriptionSuggestBox.addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion> handler) voidListenerWrapper.WrappedOldSuggestionHandler.onSelection(SelectionEvent<SuggestOracle.Suggestion> event) voidMultiWordSuggestOracle.setDefaultSuggestions(Collection<SuggestOracle.Suggestion> suggestionList) Sets the default suggestion collection.voidSuggestOracle.Response.setSuggestions(Collection<? extends SuggestOracle.Suggestion> suggestions) Sets the suggestions for this response.protected voidSuggestBox.DefaultSuggestionDisplay.showSuggestions(SuggestBox suggestBox, Collection<? extends SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, SuggestBox.SuggestionCallback callback) protected abstract voidSuggestBox.SuggestionDisplay.showSuggestions(SuggestBox suggestBox, Collection<? extends SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, SuggestBox.SuggestionCallback callback) Update the list of visible suggestions.Constructors in com.google.gwt.user.client.ui with parameters of type SuggestOracle.SuggestionModifierConstructorDescriptionSuggestionEvent(SuggestBox sender, SuggestOracle.Suggestion selectedSuggestion) Constructor parameters in com.google.gwt.user.client.ui with type arguments of type SuggestOracle.SuggestionModifierConstructorDescriptionResponse(Collection<? extends SuggestOracle.Suggestion> suggestions) Constructor forSuggestOracle.Response.