GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay

Packages that use SuggestBox.SuggestionDisplay
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
static class SuggestBox.DefaultSuggestionDisplay
           The default implementation of SuggestBox.SuggestionDisplay displays suggestions in a PopupPanel beneath the SuggestBox.
 

Methods in com.google.gwt.user.client.ui that return SuggestBox.SuggestionDisplay
 SuggestBox.SuggestionDisplay SuggestBox.getSuggestionDisplay()
          Get the SuggestBox.SuggestionDisplay used to display suggestions.
 

Constructors in com.google.gwt.user.client.ui with parameters of type SuggestBox.SuggestionDisplay
SuggestBox(SuggestOracle oracle, ValueBoxBase<java.lang.String> box, SuggestBox.SuggestionDisplay suggestDisplay)
          Constructor for SuggestBox.
 


GWT 2.7.0