Uses of Interface
com.google.gwt.user.client.ui.SuggestionHandler
Packages that use SuggestionHandler
Package
Description
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 SuggestionHandlerModifier and TypeMethodDescriptionstatic voidListenerWrapper.WrappedOldSuggestionHandler.add(SuggestBox source, SuggestionHandler listener) Deprecated.will be removed in GWT 2.0 along with the listener classesvoidFiresSuggestionEvents.addEventHandler(SuggestionHandler handler) Deprecated.Add a selection handler insteadvoidSuggestBox.addEventHandler(SuggestionHandler handler) static voidListenerWrapper.WrappedOldSuggestionHandler.remove(Widget eventSource, SuggestionHandler listener) voidFiresSuggestionEvents.removeEventHandler(SuggestionHandler handler) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by an add*Handler method insteadvoidSuggestBox.removeEventHandler(SuggestionHandler handler) Deprecated.Use theHandlerRegistration.removeHandler()method no the object returned bySuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.SuggestOracle.Suggestion>)instead