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