Uses of Enum Class
com.vaadin.flow.dom.Style.FontWeight
Packages that use Style.FontWeight
-
Uses of Style.FontWeight in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return Style.FontWeightModifier and TypeMethodDescriptionstatic Style.FontWeight
Returns the enum constant of this class with the specified name.static Style.FontWeight[]
Style.FontWeight.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.dom with parameters of type Style.FontWeightModifier and TypeMethodDescriptiondefault Style
Style.setFontWeight
(Style.FontWeight value) Sets thefont-weight
property.