Package | Description |
---|---|
com.vaadin.ui |
Modifier and Type | Method and Description |
---|---|
ItemCaptionGenerator<T> |
Tree.getItemCaptionGenerator()
Gets the item caption generator.
|
ItemCaptionGenerator<T> |
RadioButtonGroup.getItemCaptionGenerator() |
ItemCaptionGenerator<T> |
NativeSelect.getItemCaptionGenerator() |
ItemCaptionGenerator<T> |
ComboBox.getItemCaptionGenerator() |
ItemCaptionGenerator<T> |
AbstractMultiSelect.getItemCaptionGenerator() |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
RadioButtonGroup.setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator) |
void |
NativeSelect.setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator) |
void |
ComboBox.setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator) |
void |
AbstractMultiSelect.setItemCaptionGenerator(ItemCaptionGenerator<T> itemCaptionGenerator) |
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.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.