public interface

SuggestionHandler

implements EventListener
com.google.gwt.user.client.ui.SuggestionHandler

This interface is deprecated.
use SelectionHandler instead

Class Overview

Event handler interface for SuggestionEvent.

See Also

Summary

Public Methods
abstract void onSuggestionSelected(SuggestionEvent event)
Fired when a suggestion is selected.

Public Methods

public abstract void onSuggestionSelected (SuggestionEvent event)

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 use onSelection(com.google.gwt.event.logical.shared.SelectionEvent) instead