| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
DescriptionGenerator<T> |
Grid.getDescriptionGenerator()
Gets the description generator that is used for generating descriptions
for rows.
|
DescriptionGenerator<T> |
Grid.Column.getDescriptionGenerator()
Gets the description generator that is used for generating
descriptions for cells.
|
DescriptionGenerator<T> |
Tree.getItemDescriptionGenerator()
Gets the item description generator.
|
DescriptionGenerator<T> |
RadioButtonGroup.getItemDescriptionGenerator()
Gets the item description generator.
|
DescriptionGenerator<T> |
CheckBoxGroup.getItemDescriptionGenerator()
Gets the item description generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator)
Sets the description generator that is used for generating descriptions
for rows.
|
Grid.Column<T,V> |
Grid.Column.setDescriptionGenerator(DescriptionGenerator<T> cellDescriptionGenerator)
Sets the description generator that is used for generating
descriptions for cells in this column.
|
void |
Grid.setDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator,
ContentMode contentMode)
Sets the description generator that is used for generating descriptions
for rows.
|
Grid.Column<T,V> |
Grid.Column.setDescriptionGenerator(DescriptionGenerator<T> cellDescriptionGenerator,
ContentMode tooltipContentMode)
Sets the description generator that is used for generating
descriptions for cells in this column.
|
void |
Tree.setItemDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator)
Sets the description generator that is used for generating tooltip
descriptions for items.
|
void |
RadioButtonGroup.setItemDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator)
Sets the description generator that is used for generating descriptions
for items.
|
void |
CheckBoxGroup.setItemDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator)
Sets the description generator that is used for generating descriptions
for items.
|
void |
Tree.setItemDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator,
ContentMode contentMode)
Sets the description generator that is used for generating HTML tooltip
descriptions for items.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DescriptionGenerator<T>
Deprecated.
as of 8.2, use the DescriptionGenerator found in package
com.vaadin.ui instead.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.