Uses of Class
com.google.gwt.user.client.ui.SuggestBox
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SuggestBox in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionstatic SuggestBox
SuggestBox.wrap
(SuggestOracle oracle, Element element) Creates aSuggestBox
widget that wraps an existing <input type='text'> element.Modifier 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.ModifierConstructorDescriptionSuggestionEvent
(SuggestBox sender, SuggestOracle.Suggestion selectedSuggestion)