| Package | Description |
|---|---|
| com.vaadin.client.ui |
| Modifier and Type | Field and Description |
|---|---|
VFilterSelect.FilterSelectSuggestion |
VFilterSelect.currentSuggestion
The current suggestion selected from the dropdown.
|
| Modifier and Type | Field and Description |
|---|---|
List<VFilterSelect.FilterSelectSuggestion> |
VFilterSelect.currentSuggestions
A collection of available suggestions (options) as received from the
server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFilterSelect.onSuggestionSelected(VFilterSelect.FilterSelectSuggestion suggestion)
Triggered when a suggestion is selected
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFilterSelect.SuggestionMenu.setSuggestions(Collection<VFilterSelect.FilterSelectSuggestion> suggestions)
Sets the suggestions rendered in the menu
|
void |
VFilterSelect.SuggestionPopup.showSuggestions(Collection<VFilterSelect.FilterSelectSuggestion> currentSuggestions,
int currentPage,
int totalSuggestions)
Shows the popup where the user can see the filtered options
|
Copyright © 2016 Vaadin Ltd. All rights reserved.