Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
SuggestBox.DefaultSuggestionDisplay
The default implementation of
SuggestBox.SuggestionDisplay displays
suggestions in a PopupPanel beneath the SuggestBox . |
Modifier and Type | Method and Description |
---|---|
SuggestBox.SuggestionDisplay |
SuggestBox.getSuggestionDisplay()
Get the
SuggestBox.SuggestionDisplay used to display suggestions. |
Constructor and Description |
---|
SuggestBox(SuggestOracle oracle,
ValueBoxBase<String> box,
SuggestBox.SuggestionDisplay suggestDisplay)
Constructor for
SuggestBox . |
Copyright © 2018. All rights reserved.