Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiWordSuggestOracle
The default
SuggestOracle . |
Modifier and Type | Method and Description |
---|---|
SuggestOracle |
SuggestBox.getSuggestOracle()
Gets the suggest box's
SuggestOracle . |
Modifier and Type | Method and Description |
---|---|
static SuggestBox |
SuggestBox.wrap(SuggestOracle oracle,
Element element)
Creates a
SuggestBox widget that wraps an existing <input
type='text'> element. |
Constructor and Description |
---|
SuggestBox(SuggestOracle oracle)
Constructor for
SuggestBox . |
SuggestBox(SuggestOracle oracle,
ValueBoxBase<java.lang.String> box)
Constructor for
SuggestBox . |
SuggestBox(SuggestOracle oracle,
ValueBoxBase<java.lang.String> box,
SuggestBox.SuggestionDisplay suggestDisplay)
Constructor for
SuggestBox . |