Uses of Class
com.vaadin.flow.component.menubar.MenuBarVariant
-
-
Uses of MenuBarVariant in com.vaadin.flow.component.menubar
Methods in com.vaadin.flow.component.menubar that return MenuBarVariant Modifier and Type Method Description static MenuBarVariantMenuBarVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuBarVariant[]MenuBarVariant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.menubar with parameters of type MenuBarVariant Modifier and Type Method Description voidMenuBar. addThemeVariants(MenuBarVariant... variants)Adds theme variants to the component.voidMenuBar. removeThemeVariants(MenuBarVariant... variants)Removes theme variants from the component.
-