Uses of Class
com.vaadin.v7.client.ui.VFilterSelect.FilterSelectSuggestion
-
Packages that use VFilterSelect.FilterSelectSuggestion Package Description com.vaadin.v7.client.ui -
-
Uses of VFilterSelect.FilterSelectSuggestion in com.vaadin.v7.client.ui
Fields in com.vaadin.v7.client.ui declared as VFilterSelect.FilterSelectSuggestion Modifier and Type Field Description VFilterSelect.FilterSelectSuggestionVFilterSelect. currentSuggestionThe current suggestion selected from the dropdown.Fields in com.vaadin.v7.client.ui with type parameters of type VFilterSelect.FilterSelectSuggestion Modifier and Type Field Description List<VFilterSelect.FilterSelectSuggestion>VFilterSelect. currentSuggestionsA collection of available suggestions (options) as received from the server.Methods in com.vaadin.v7.client.ui with parameters of type VFilterSelect.FilterSelectSuggestion Modifier and Type Method Description voidVFilterSelect. onSuggestionSelected(VFilterSelect.FilterSelectSuggestion suggestion)Triggered when a suggestion is selected.Method parameters in com.vaadin.v7.client.ui with type arguments of type VFilterSelect.FilterSelectSuggestion Modifier and Type Method Description voidVFilterSelect.SuggestionMenu. setSuggestions(Collection<VFilterSelect.FilterSelectSuggestion> suggestions)Sets the suggestions rendered in the menu.voidVFilterSelect.SuggestionPopup. showSuggestions(Collection<VFilterSelect.FilterSelectSuggestion> currentSuggestions, int currentPage, int totalSuggestions)Shows the popup where the user can see the filtered options.
-