| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ComboBox.DeclarativeStyleGenerator<T>
Item style generator class for declarative support.
|
| Modifier and Type | Method and Description |
|---|---|
StyleGenerator<T> |
Tree.getStyleGenerator()
Gets the style generator.
|
StyleGenerator<T> |
Grid.getStyleGenerator()
Gets the style generator that is used for generating class names for
rows.
|
StyleGenerator<T> |
Grid.Column.getStyleGenerator()
Gets the style generator that is used for generating styles for
cells.
|
StyleGenerator<T> |
ComboBox.getStyleGenerator()
Gets the currently used style generator that is used to generate CSS
class names for items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setStyleGenerator(StyleGenerator<T> styleGenerator)
Sets the style generator that is used for generating class names for
items in this tree.
|
void |
Grid.setStyleGenerator(StyleGenerator<T> styleGenerator)
Sets the style generator that is used for generating class names for rows
in this grid.
|
Grid.Column<T,V> |
Grid.Column.setStyleGenerator(StyleGenerator<T> cellStyleGenerator)
Sets the style generator that is used for generating class names for
cells in this column.
|
void |
ComboBox.setStyleGenerator(StyleGenerator<T> itemStyleGenerator)
Sets the style generator that is used to produce custom class names for
items visible in the popup.
|
| Constructor and Description |
|---|
DeclarativeStyleGenerator(StyleGenerator<T> fallback) |
Copyright © 2022 Vaadin Ltd. All rights reserved.