Uses of Class
com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
-
Packages that use SuggestBox.SuggestionDisplay Package Description com.google.gwt.user.client.ui 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.ui Modifier and Type Class Description static class
SuggestBox.DefaultSuggestionDisplay
The default implementation ofSuggestBox.SuggestionDisplay
displays suggestions in aPopupPanel
beneath theSuggestBox
.Methods in com.google.gwt.user.client.ui that return SuggestBox.SuggestionDisplay Modifier and Type Method Description SuggestBox.SuggestionDisplay
SuggestBox. getSuggestionDisplay()
Get theSuggestBox.SuggestionDisplay
used to display suggestions.Constructors in com.google.gwt.user.client.ui with parameters of type SuggestBox.SuggestionDisplay Constructor Description SuggestBox(SuggestOracle oracle, ValueBoxBase<java.lang.String> box, SuggestBox.SuggestionDisplay suggestDisplay)
Constructor forSuggestBox
.
-