| Package | Description |
|---|---|
| com.vaadin.client.ui |
| Modifier and Type | Field and Description |
|---|---|
VComboBox.ComboBoxSuggestion |
VComboBox.currentSuggestion
The current suggestion selected from the dropdown.
|
| Modifier and Type | Field and Description |
|---|---|
List<VComboBox.ComboBoxSuggestion> |
VComboBox.currentSuggestions
A collection of available suggestions (options) as received from the
server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VComboBox.onSuggestionSelected(VComboBox.ComboBoxSuggestion suggestion)
Triggered when a suggestion is selected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VComboBox.SuggestionMenu.setSuggestions(Collection<VComboBox.ComboBoxSuggestion> suggestions)
Sets the suggestions rendered in the menu.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.