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