Package com.google.gwt.user.client.ui
Interface SuggestionHandler
- All Superinterfaces:
EventListener
Deprecated.
Event handler interface for
SuggestionEvent
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Fired when a suggestion is selected.
-
Method Details
-
onSuggestionSelected
Deprecated.Fired when a suggestion is selected. Users can select a suggestion from the SuggestBox by clicking on one of the suggestions, or by pressing the ENTER key to select the suggestion that is currently highlighted.- Parameters:
event
- the object containing information about this event deprecated useSelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent)
instead
-
SelectionHandler
instead