Example usage for com.google.gwt.user.client.ui SuggestBox.DefaultSuggestionDisplay subclass-usage

List of usage examples for com.google.gwt.user.client.ui SuggestBox.DefaultSuggestionDisplay subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui SuggestBox.DefaultSuggestionDisplay subclass-usage.

Usage

From source file com.ephesoft.gxt.core.client.ui.widget.ScrollableSuggestDisplay.java

/**
 * Implementation of <code> SuggestionDisplay </code> with a Scrollable set of suggestions.
 * 
 * <p>
 * This ensures that <code> SuggestionBox </code> which is used to display suggestions has its pop-up panel with a scroll and handles
 * all the events that are used for scrolling the suggestions.