|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VFilterSelect.FilterSelectSuggestion | |
|---|---|
| com.vaadin.client.ui | |
| Uses of VFilterSelect.FilterSelectSuggestion in com.vaadin.client.ui |
|---|
| Fields in com.vaadin.client.ui declared as VFilterSelect.FilterSelectSuggestion | |
|---|---|
VFilterSelect.FilterSelectSuggestion |
VFilterSelect.currentSuggestion
The current suggestion selected from the dropdown. |
| Fields in com.vaadin.client.ui with type parameters of type VFilterSelect.FilterSelectSuggestion | |
|---|---|
java.util.List<VFilterSelect.FilterSelectSuggestion> |
VFilterSelect.currentSuggestions
A collection of available suggestions (options) as received from the server. |
| Methods in com.vaadin.client.ui with parameters of type VFilterSelect.FilterSelectSuggestion | |
|---|---|
void |
VFilterSelect.onSuggestionSelected(VFilterSelect.FilterSelectSuggestion suggestion)
Triggered when a suggestion is selected |
| Method parameters in com.vaadin.client.ui with type arguments of type VFilterSelect.FilterSelectSuggestion | |
|---|---|
void |
VFilterSelect.SuggestionMenu.setSuggestions(java.util.Collection<VFilterSelect.FilterSelectSuggestion> suggestions)
Sets the suggestions rendered in the menu |
void |
VFilterSelect.SuggestionPopup.showSuggestions(java.util.Collection<VFilterSelect.FilterSelectSuggestion> currentSuggestions,
int currentPage,
int totalSuggestions)
Shows the popup where the user can see the filtered options |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||