Uses of Enum Class
com.vaadin.flow.component.grid.ColumnTextAlign
Packages that use ColumnTextAlign
-
Uses of ColumnTextAlign in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return ColumnTextAlignModifier and TypeMethodDescriptionstatic ColumnTextAlignColumnTextAlign.fromPropertyValue(String propertyValue) Converts the property name in String form to the corresponding enum value.static ColumnTextAlignReturns the enum constant of this class with the specified name.static ColumnTextAlign[]ColumnTextAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.