Uses of Class
com.google.gwt.user.client.ui.SuggestBox
-
Packages that use SuggestBox Package Description com.google.gwt.user.client.ui 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 SuggestBox Modifier and Type Method Description static 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 SuggestBox Modifier and Type Method Description static 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, java.util.Collection<? extends SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, SuggestBox.SuggestionCallback callback)
protected abstract void
SuggestBox.SuggestionDisplay. showSuggestions(SuggestBox suggestBox, java.util.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 SuggestBox Constructor Description SuggestionEvent(SuggestBox sender, SuggestOracle.Suggestion selectedSuggestion)
-