Uses of Class
com.vaadin.flow.component.checkbox.CheckboxGroupVariant
-
Packages that use CheckboxGroupVariant Package Description com.vaadin.flow.component.checkbox -
-
Uses of CheckboxGroupVariant in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return CheckboxGroupVariant Modifier and Type Method Description static CheckboxGroupVariant
CheckboxGroupVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static CheckboxGroupVariant[]
CheckboxGroupVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.checkbox with parameters of type CheckboxGroupVariant Modifier and Type Method Description void
CheckboxGroup. addThemeVariants(CheckboxGroupVariant... variants)
Adds theme variants to the component.void
GeneratedVaadinCheckboxGroup. addThemeVariants(CheckboxGroupVariant... variants)
Deprecated.since v23.3, generated classes will be removed in v24.void
CheckboxGroup. removeThemeVariants(CheckboxGroupVariant... variants)
Removes theme variants from the component.void
GeneratedVaadinCheckboxGroup. removeThemeVariants(CheckboxGroupVariant... variants)
Deprecated.since v23.3, generated classes will be removed in v24.
-