Uses of Class
com.vaadin.flow.component.HasText.WhiteSpace
-
Packages that use HasText.WhiteSpace Package Description com.vaadin.flow.component -
-
Uses of HasText.WhiteSpace in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return HasText.WhiteSpace Modifier and Type Method Description static HasText.WhiteSpaceHasText.WhiteSpace. forString(String value)default HasText.WhiteSpaceHasText. getWhiteSpace()Gets the"white-space"style value.static HasText.WhiteSpaceHasText.WhiteSpace. valueOf(String name)Returns the enum constant of this type with the specified name.static HasText.WhiteSpace[]HasText.WhiteSpace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component with parameters of type HasText.WhiteSpace Modifier and Type Method Description default voidHasText. setWhiteSpace(HasText.WhiteSpace value)Sets the givenvalueas"white-space"style value.
-