GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.SuggestionHandler

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

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

Methods in com.google.gwt.user.client.ui with parameters of type SuggestionHandler
static void ListenerWrapper.WrappedOldSuggestionHandler.add(SuggestBox source, SuggestionHandler listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
 void SuggestBox.addEventHandler(SuggestionHandler handler)
          Deprecated. use SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead.
 void FiresSuggestionEvents.addEventHandler(SuggestionHandler handler)
          Deprecated. Add a selection handler instead
static void ListenerWrapper.WrappedOldSuggestionHandler.remove(Widget eventSource, SuggestionHandler listener)
           
 void SuggestBox.removeEventHandler(SuggestionHandler handler)
          Deprecated. Use the HandlerRegistration.removeHandler() method no the object returned by SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
 void FiresSuggestionEvents.removeEventHandler(SuggestionHandler handler)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
 


GWT 2.7.0