Uses of Class
com.vaadin.flow.component.textfield.TextAreaVariant
-
Packages that use TextAreaVariant Package Description com.vaadin.flow.component.textfield -
-
Uses of TextAreaVariant in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return TextAreaVariant Modifier and Type Method Description static TextAreaVariant
TextAreaVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextAreaVariant[]
TextAreaVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.textfield with parameters of type TextAreaVariant Modifier and Type Method Description void
GeneratedVaadinTextArea. addThemeVariants(TextAreaVariant... variants)
Adds theme variants to the component.void
GeneratedVaadinTextArea. removeThemeVariants(TextAreaVariant... variants)
Removes theme variants from the component.
-