| Package | Description |
|---|---|
| com.vaadin.flow.component |
| Modifier and Type | Method and Description |
|---|---|
static HasText.WhiteSpace |
HasText.WhiteSpace.forString(String value) |
default HasText.WhiteSpace |
HasText.getWhiteSpace()
Gets the
"white-space" style value. |
static HasText.WhiteSpace |
HasText.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.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
HasText.setWhiteSpace(HasText.WhiteSpace value)
Sets the given
value as "white-space" style value. |
Copyright © 2023. All rights reserved.