| Package | Description |
|---|---|
| gwt.material.design.addins.client.autocomplete | |
| gwt.material.design.addins.client.autocomplete.constants |
| Modifier and Type | Field and Description |
|---|---|
gwt.material.design.client.base.mixin.CssTypeMixin<AutocompleteType,MaterialAutoComplete> |
MaterialAutoComplete.typeMixin |
| Modifier and Type | Method and Description |
|---|---|
AutocompleteType |
MaterialAutoComplete.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialAutoComplete.setSuggestions(com.google.gwt.user.client.ui.SuggestOracle suggestions,
AutocompleteType type) |
void |
MaterialAutoComplete.setType(AutocompleteType type) |
| Constructor and Description |
|---|
MaterialAutoComplete(AutocompleteType type) |
| Modifier and Type | Method and Description |
|---|---|
static AutocompleteType |
AutocompleteType.fromStyleName(String styleName) |
static AutocompleteType |
AutocompleteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutocompleteType[] |
AutocompleteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.