Uses of Interface
com.vaadin.ui.ComboBox.ItemStyleGenerator
-
Packages that use ComboBox.ItemStyleGenerator Package Description com.vaadin.ui -
-
Uses of ComboBox.ItemStyleGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return ComboBox.ItemStyleGenerator Modifier and Type Method Description ComboBox.ItemStyleGeneratorComboBox. getItemStyleGenerator()Gets the currently used item style generator.Methods in com.vaadin.ui with parameters of type ComboBox.ItemStyleGenerator Modifier and Type Method Description voidComboBox. setItemStyleGenerator(ComboBox.ItemStyleGenerator itemStyleGenerator)Sets the item style generator that is used to produce custom styles for showing items in the popup.
-