Uses of Interface
com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionCallback
Packages that use AbstractSuggestBoxNewEditor.SuggestionCallback
-
Uses of AbstractSuggestBoxNewEditor.SuggestionCallback in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type AbstractSuggestBoxNewEditor.SuggestionCallbackModifier and TypeMethodDescriptionprotected voidAbstractSuggestBoxNewEditor.DefaultSuggestionDisplay.showSuggestions(AbstractSuggestBoxNewEditor suggestBox, Collection<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHtml, boolean isAutoSelectEnabled, AbstractSuggestBoxNewEditor.SuggestionCallback callback) protected abstract voidAbstractSuggestBoxNewEditor.SuggestionDisplay.showSuggestions(AbstractSuggestBoxNewEditor suggestBox, Collection<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHtml, boolean isAutoSelectEnabled, AbstractSuggestBoxNewEditor.SuggestionCallback callback) Update the list of visible suggestions.