Uses of Class
coop.intergal.ui.util.FontSize
-
Packages that use FontSize Package Description coop.intergal.ui.util -
-
Uses of FontSize in coop.intergal.ui.util
Methods in coop.intergal.ui.util that return FontSize Modifier and Type Method Description static FontSizeFontSize. valueOf(String name)Returns the enum constant of this type with the specified name.static FontSize[]FontSize. 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 FontSize Modifier and Type Method Description static com.vaadin.flow.component.html.LabelUIUtils. createLabel(FontSize size, TextColor color, String text)static com.vaadin.flow.component.html.LabelUIUtils. createLabel(FontSize size, String text)static voidUIUtils. setFontSize(FontSize fontSize, com.vaadin.flow.component.Component... components)
-