Uses of Interface
com.vaadin.ui.ItemCaptionGenerator
-
Packages that use ItemCaptionGenerator Package Description com.vaadin.ui -
-
Uses of ItemCaptionGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return ItemCaptionGenerator Modifier and Type Method Description protected ItemCaptionGenerator<T>AbstractListing. getItemCaptionGenerator()Gets the item caption generator that is used to produce the strings shown in the combo box for each item.ItemCaptionGenerator<T>AbstractMultiSelect. getItemCaptionGenerator()ItemCaptionGenerator<T>ComboBox. getItemCaptionGenerator()ItemCaptionGenerator<T>NativeSelect. getItemCaptionGenerator()ItemCaptionGenerator<T>RadioButtonGroup. getItemCaptionGenerator()ItemCaptionGenerator<T>Tree. getItemCaptionGenerator()Gets the item caption generator.Methods in com.vaadin.ui with parameters of type ItemCaptionGenerator Modifier and Type Method Description protected voidAbstractListing. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)Sets the item caption generator that is used to produce the strings shown in the combo box for each item.voidAbstractMultiSelect. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)voidComboBox. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)voidNativeSelect. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)voidRadioButtonGroup. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)voidTree. setItemCaptionGenerator(ItemCaptionGenerator<T> captionGenerator)Sets the item caption generator that is used to produce the strings shown as the text for each item.
-