Uses of Class
com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SuggestBox.SuggestionDisplay in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionstatic class
The default implementation ofSuggestBox.SuggestionDisplay
displays suggestions in aPopupPanel
beneath theSuggestBox
.Modifier and TypeMethodDescriptionSuggestBox.getSuggestionDisplay()
Get theSuggestBox.SuggestionDisplay
used to display suggestions.ModifierConstructorDescriptionSuggestBox
(SuggestOracle oracle, ValueBoxBase<String> box, SuggestBox.SuggestionDisplay suggestDisplay) Constructor forSuggestBox
.