Uses of Class
coop.intergal.ui.util.FontWeight
-
Packages that use FontWeight Package Description coop.intergal.ui.util -
-
Uses of FontWeight in coop.intergal.ui.util
Methods in coop.intergal.ui.util that return FontWeight Modifier and Type Method Description static FontWeightFontWeight. valueOf(String name)Returns the enum constant of this type with the specified name.static FontWeight[]FontWeight. 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 FontWeight Modifier and Type Method Description static voidUIUtils. setFontWeight(FontWeight fontWeight, com.vaadin.flow.component.Component... components)
-