Uses of Interface
com.vaadin.ui.ComboBox.ItemStyleGenerator

Packages that use ComboBox.ItemStyleGenerator
com.vaadin.ui   
 

Uses of ComboBox.ItemStyleGenerator in com.vaadin.ui
 

Methods in com.vaadin.ui that return ComboBox.ItemStyleGenerator
 ComboBox.ItemStyleGenerator ComboBox.getItemStyleGenerator()
          Gets the currently used item style generator.
 

Methods in com.vaadin.ui with parameters of type ComboBox.ItemStyleGenerator
 void ComboBox.setItemStyleGenerator(ComboBox.ItemStyleGenerator itemStyleGenerator)
          Sets the item style generator that is used to produce custom styles for showing items in the popup.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.