Uses of Interface
com.vaadin.ui.StyleGenerator
-
Packages that use StyleGenerator Package Description com.vaadin.ui -
-
Uses of StyleGenerator in com.vaadin.ui
Classes in com.vaadin.ui that implement StyleGenerator Modifier and Type Class Description protected static class
ComboBox.DeclarativeStyleGenerator<T>
Item style generator class for declarative support.Methods in com.vaadin.ui that return StyleGenerator Modifier and Type Method Description StyleGenerator<T>
ComboBox. getStyleGenerator()
Gets the currently used style generator that is used to generate CSS class names for items.StyleGenerator<T>
Grid.Column. getStyleGenerator()
Gets the style generator that is used for generating styles for cells.StyleGenerator<T>
Grid. getStyleGenerator()
Gets the style generator that is used for generating class names for rows.StyleGenerator<T>
Tree. getStyleGenerator()
Gets the style generator.Methods in com.vaadin.ui with parameters of type StyleGenerator Modifier and Type Method Description void
ComboBox. setStyleGenerator(StyleGenerator<T> itemStyleGenerator)
Sets the style generator that is used to produce custom class names for items visible in the popup.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
Grid. setStyleGenerator(StyleGenerator<T> styleGenerator)
Sets the style generator that is used for generating class names for rows in this grid.void
Tree. setStyleGenerator(StyleGenerator<T> styleGenerator)
Sets the style generator that is used for generating class names for items in this tree.Constructors in com.vaadin.ui with parameters of type StyleGenerator Constructor Description DeclarativeStyleGenerator(StyleGenerator<T> fallback)
-