Skip navigation links
A C G I M R S V 

A

addItem(String) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided text content and adds it to the root level of this menu bar.
addItem(Component) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component and adds it to the root level of this menu bar.
addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided text content and click listener and adds it to the root level of this menu bar.
addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided click listener and adds it to the root level of this menu bar.
addThemeVariants(MenuBarVariant...) - Method in class com.vaadin.flow.component.menubar.MenuBar
Adds theme variants to the component.

C

com.vaadin.flow.component.menubar - package com.vaadin.flow.component.menubar
 
com.vaadin.flow.component.menubar.osgi - package com.vaadin.flow.component.menubar.osgi
 

G

getAlias() - Method in class com.vaadin.flow.component.menubar.osgi.MenuBarConnectorResource
 
getChildren() - Method in class com.vaadin.flow.component.menubar.MenuBar
Gets the child components of this menu bar.
getItems() - Method in class com.vaadin.flow.component.menubar.MenuBar
Gets the MenuItem components added to the root level of the menu bar.
getPath() - Method in class com.vaadin.flow.component.menubar.osgi.MenuBarConnectorResource
 
getVariantName() - Method in enum com.vaadin.flow.component.menubar.MenuBarVariant
Gets the variant name.

I

isOpenOnHover() - Method in class com.vaadin.flow.component.menubar.MenuBar
Gets whether the sub menus open by clicking or hovering on the root level buttons.

M

MenuBar - Class in com.vaadin.flow.component.menubar
Server-side component for the vaadin-menu-bar element.
MenuBar() - Constructor for class com.vaadin.flow.component.menubar.MenuBar
Creates an empty menu bar component.
MenuBarConnectorResource - Class in com.vaadin.flow.component.menubar.osgi
MenuBar connector resource registration.
MenuBarConnectorResource() - Constructor for class com.vaadin.flow.component.menubar.osgi.MenuBarConnectorResource
 
MenuBarVariant - Enum in com.vaadin.flow.component.menubar
Set of theme variants applicable for vaadin-menu-bar component.

R

remove(MenuItem...) - Method in class com.vaadin.flow.component.menubar.MenuBar
Removes the given item components from this menu bar.
removeAll() - Method in class com.vaadin.flow.component.menubar.MenuBar
Removes all item components from this menu bar.
removeThemeVariants(MenuBarVariant...) - Method in class com.vaadin.flow.component.menubar.MenuBar
Removes theme variants from the component.

S

setOpenOnHover(boolean) - Method in class com.vaadin.flow.component.menubar.MenuBar
Sets the event which opens the sub menus of the root level buttons.

V

valueOf(String) - Static method in enum com.vaadin.flow.component.menubar.MenuBarVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.menubar.MenuBarVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I M R S V 
Skip navigation links

Copyright © 2025. All rights reserved.