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.Suggestion
SuggestBox.DefaultSuggestionDisplay.getCurrentSelection()
protected abstract SuggestOracle.Suggestion
SuggestBox.SuggestionDisplay.getCurrentSelection()
Get the currently selectedSuggestOracle.Suggestion
in the display.SuggestionEvent.getSelectedSuggestion()
Gets theSuggestion
object 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 TypeMethodDescriptionvoid
SuggestBox.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) void
ListenerWrapper.WrappedOldSuggestionHandler.onSelection
(SelectionEvent<SuggestOracle.Suggestion> event) 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 void
SuggestBox.DefaultSuggestionDisplay.showSuggestions
(SuggestBox suggestBox, Collection<? extends SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, SuggestBox.SuggestionCallback callback) 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.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
.