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