Uses of Class
coop.intergal.ui.util.css.TextAlign
-
Packages that use TextAlign Package Description coop.intergal.ui.util coop.intergal.ui.util.css -
-
Uses of TextAlign in coop.intergal.ui.util
Methods in coop.intergal.ui.util with parameters of type TextAlign Modifier and Type Method Description static voidUIUtils. setTextAlign(TextAlign textAlign, com.vaadin.flow.component.Component... components) -
Uses of TextAlign in coop.intergal.ui.util.css
Methods in coop.intergal.ui.util.css that return TextAlign Modifier and Type Method Description static TextAlignTextAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static TextAlign[]TextAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.
-