Uses of Class
coop.intergal.ui.util.TextColor
-
Packages that use TextColor Package Description coop.intergal.ui.util -
-
Uses of TextColor in coop.intergal.ui.util
Methods in coop.intergal.ui.util that return TextColor Modifier and Type Method Description static TextColorTextColor. valueOf(String name)Returns the enum constant of this type with the specified name.static TextColor[]TextColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in coop.intergal.ui.util with parameters of type TextColor Modifier and Type Method Description static com.vaadin.flow.component.icon.IconUIUtils. createIcon(IconSize size, TextColor color, com.vaadin.flow.component.icon.VaadinIcon icon)static com.vaadin.flow.component.html.LabelUIUtils. createLabel(FontSize size, TextColor color, String text)static com.vaadin.flow.component.html.LabelUIUtils. createLabel(TextColor color, String text)static voidUIUtils. setTextColor(TextColor textColor, com.vaadin.flow.component.Component... components)
-