Uses of Class
com.vaadin.flow.component.dialog.DialogVariant
-
Packages that use DialogVariant Package Description com.vaadin.flow.component.dialog -
-
Uses of DialogVariant in com.vaadin.flow.component.dialog
Methods in com.vaadin.flow.component.dialog that return DialogVariant Modifier and Type Method 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.Methods in com.vaadin.flow.component.dialog with parameters of type DialogVariant Modifier and Type Method Description void
Dialog. addThemeVariants(DialogVariant... variants)
Adds theme variants to the component.void
Dialog. removeThemeVariants(DialogVariant... variants)
Removes theme variants from the component.
-