Uses of Interface
com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SuggestBox.SuggestionCallback in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionprotected 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.