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