| Package | Description |
|---|---|
| com.vaadin.ui |
| 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.
|
| 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.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.