Uses of Enum Class
com.vaadin.flow.component.grid.ColumnRendering
Packages that use ColumnRendering
-
Uses of ColumnRendering in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return ColumnRenderingModifier and TypeMethodDescriptionstatic ColumnRendering
ColumnRendering.fromPropertyValue
(String propertyValue) Converts the property name in String form to the corresponding enum value.Grid.getColumnRendering()
Gets the current column rendering mode.static ColumnRendering
Returns the enum constant of this class with the specified name.static ColumnRendering[]
ColumnRendering.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.grid with parameters of type ColumnRenderingModifier and TypeMethodDescriptionvoid
Grid.setColumnRendering
(ColumnRendering columnRendering) Sets the mode for rendering columns in the grid.