Uses of Class
com.vaadin.terminal.gwt.client.ui.VFilterSelect.FilterSelectSuggestion

Packages that use VFilterSelect.FilterSelectSuggestion
com.vaadin.terminal.gwt.client.ui   
 

Uses of VFilterSelect.FilterSelectSuggestion in com.vaadin.terminal.gwt.client.ui
 

Methods in com.vaadin.terminal.gwt.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.terminal.gwt.client.ui with type arguments of type VFilterSelect.FilterSelectSuggestion
 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 © 2000-2011 Vaadin Ltd. All Rights Reserved.