GWT 2.7.0

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

Packages that use SuggestBox
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of SuggestBox in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return SuggestBox
static SuggestBox SuggestBox.wrap(SuggestOracle oracle, Element element)
          Creates a SuggestBox widget that wraps an existing <input type='text'> element.
 

Methods in com.google.gwt.user.client.ui with parameters of type SuggestBox
static void ListenerWrapper.WrappedOldSuggestionHandler.add(SuggestBox source, SuggestionHandler listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
protected abstract  void SuggestBox.SuggestionDisplay.showSuggestions(SuggestBox suggestBox, java.util.Collection<? extends SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, SuggestBox.SuggestionCallback callback)
          Update the list of visible suggestions.
protected  void SuggestBox.DefaultSuggestionDisplay.showSuggestions(SuggestBox suggestBox, java.util.Collection<? extends SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, SuggestBox.SuggestionCallback callback)
           
 

Constructors in com.google.gwt.user.client.ui with parameters of type SuggestBox
SuggestionEvent(SuggestBox sender, SuggestOracle.Suggestion selectedSuggestion)
           
 


GWT 2.7.0