Uses of Class
com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
-
Packages that use VComboBox.ComboBoxSuggestion Package Description com.vaadin.client.ui -
-
Uses of VComboBox.ComboBoxSuggestion in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as VComboBox.ComboBoxSuggestion Modifier and Type Field Description VComboBox.ComboBoxSuggestion
VComboBox. currentSuggestion
The current suggestion selected from the dropdown.Fields in com.vaadin.client.ui with type parameters of type VComboBox.ComboBoxSuggestion Modifier and Type Field Description List<VComboBox.ComboBoxSuggestion>
VComboBox. currentSuggestions
A collection of available suggestions (options) as received from the server.Methods in com.vaadin.client.ui with parameters of type VComboBox.ComboBoxSuggestion Modifier and Type Method Description void
VComboBox. onSuggestionSelected(VComboBox.ComboBoxSuggestion suggestion)
Triggered when a suggestion is selected.Method parameters in com.vaadin.client.ui with type arguments of type VComboBox.ComboBoxSuggestion Modifier and Type Method Description void
VComboBox.SuggestionMenu. setSuggestions(Collection<VComboBox.ComboBoxSuggestion> suggestions)
Sets the suggestions rendered in the menu.
-