Uses of Class
com.vaadin.flow.component.customfield.CustomFieldVariant
-
-
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 CustomFieldVariantCustomFieldVariant. 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 voidCustomField. addThemeVariants(CustomFieldVariant... variants)Adds theme variants to the component.voidCustomField. removeThemeVariants(CustomFieldVariant... variants)Removes theme variants from the component.
-