Uses of Class
com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Packages that use SuggestBox.SuggestionDisplay
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SuggestBox.SuggestionDisplay in com.google.gwt.user.client.ui
Subclasses of SuggestBox.SuggestionDisplay in com.google.gwt.user.client.uiModifier and TypeClassDescriptionstatic classThe default implementation ofSuggestBox.SuggestionDisplaydisplays suggestions in aPopupPanelbeneath theSuggestBox.Methods in com.google.gwt.user.client.ui that return SuggestBox.SuggestionDisplayModifier and TypeMethodDescriptionSuggestBox.getSuggestionDisplay()Get theSuggestBox.SuggestionDisplayused to display suggestions.Constructors in com.google.gwt.user.client.ui with parameters of type SuggestBox.SuggestionDisplayModifierConstructorDescriptionSuggestBox(SuggestOracle oracle, ValueBoxBase<String> box, SuggestBox.SuggestionDisplay suggestDisplay) Constructor forSuggestBox.