Package com.google.gwt.user.client.ui
Interface FiresSuggestionEvents
- All Known Implementing Classes:
SuggestBox
Deprecated.
A widget that implements this interface fires the events defined by the
SuggestionHandler
interface.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEventHandler
(SuggestionHandler handler) Deprecated.Add a selection handler insteadvoid
removeEventHandler
(SuggestionHandler handler) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead
-
Method Details
-
addEventHandler
Deprecated.Add a selection handler insteadAdds a handler interface to receive suggestion events.- Parameters:
handler
- the handler to add
-
removeEventHandler
Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by an add*Handler method insteadRemoves a previously added handler interface.- Parameters:
handler
- the handler to remove
-
HasSelectionHandlers
instead.