| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
IconGenerator<T> |
Tree.getItemIconGenerator()
Gets the item icon generator.
|
IconGenerator<T> |
RadioButtonGroup.getItemIconGenerator() |
IconGenerator<T> |
ComboBox.getItemIconGenerator() |
IconGenerator<T> |
CheckBoxGroup.getItemIconGenerator() |
protected IconGenerator<T> |
AbstractListing.getItemIconGenerator()
Gets the currently used item icon generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setItemIconGenerator(IconGenerator<T> iconGenerator)
Sets the item icon generator that is used to produce custom icons for
items.
|
void |
RadioButtonGroup.setItemIconGenerator(IconGenerator<T> itemIconGenerator) |
void |
ComboBox.setItemIconGenerator(IconGenerator<T> itemIconGenerator) |
void |
CheckBoxGroup.setItemIconGenerator(IconGenerator<T> itemIconGenerator) |
protected void |
AbstractListing.setItemIconGenerator(IconGenerator<T> itemIconGenerator)
Sets the item icon generator that is used to produce custom icons for
shown items.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.