Uses of Class
com.google.gwt.user.client.ui.SuggestBox
Packages that use SuggestBox
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SuggestBox in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return SuggestBoxModifier and TypeMethodDescriptionstatic SuggestBox
SuggestBox.wrap
(SuggestOracle oracle, Element element) Creates aSuggestBox
widget that wraps an existing <input type='text'> element.Methods in com.google.gwt.user.client.ui with parameters of type SuggestBoxModifier and TypeMethodDescriptionstatic void
ListenerWrapper.WrappedOldSuggestionHandler.add
(SuggestBox source, SuggestionHandler listener) Deprecated.will be removed in GWT 2.0 along with the listener classesprotected 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 SuggestBoxModifierConstructorDescriptionSuggestionEvent
(SuggestBox sender, SuggestOracle.Suggestion selectedSuggestion)