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 CustomFieldVariantReturns 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 TypeMethodDescriptionvoidCustomField.addThemeVariants(CustomFieldVariant... variants) Adds theme variants to the component.voidCustomField.removeThemeVariants(CustomFieldVariant... variants) Removes theme variants from the component.