Package | Description |
---|---|
com.vaadin.flow.component.combobox |
Modifier and Type | Method and Description |
---|---|
static ComboBoxVariant |
ComboBoxVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComboBoxVariant[] |
ComboBoxVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ComboBox.addThemeVariants(ComboBoxVariant... variants)
Adds theme variants to the component.
|
void |
ComboBox.removeThemeVariants(ComboBoxVariant... variants)
Removes theme variants from the component.
|
Copyright © 2024. All rights reserved.