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