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 class
The default implementation ofSuggestBox.SuggestionDisplay
displays suggestions in aPopupPanel
beneath theSuggestBox
.Methods in com.google.gwt.user.client.ui that return SuggestBox.SuggestionDisplayModifier and TypeMethodDescriptionSuggestBox.getSuggestionDisplay()
Get theSuggestBox.SuggestionDisplay
used 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
.