Uses of Class
com.vaadin.flow.component.textfield.TextFieldVariant
-
Packages that use TextFieldVariant Package Description com.vaadin.flow.component.textfield -
-
Uses of TextFieldVariant in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return TextFieldVariant Modifier and Type Method Description static TextFieldVariant
TextFieldVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextFieldVariant[]
TextFieldVariant. 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 TextFieldVariant Modifier and Type Method Description void
GeneratedVaadinTextField. addThemeVariants(TextFieldVariant... variants)
Adds theme variants to the component.void
GeneratedVaadinTextField. removeThemeVariants(TextFieldVariant... variants)
Removes theme variants from the component.
-