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