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 void
AbstractListing. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)
Sets the item caption generator that is used to produce the strings shown in the combo box for each item.void
AbstractMultiSelect. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)
void
ComboBox. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)
void
NativeSelect. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)
void
RadioButtonGroup. setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator)
void
Tree. setItemCaptionGenerator(ItemCaptionGenerator<T> captionGenerator)
Sets the item caption generator that is used to produce the strings shown as the text for each item.
-