Index
All Classes and Interfaces|All Packages
C
- com.vaadin.flow.component.menubar.testbench - package com.vaadin.flow.component.menubar.testbench
G
- getAllSubMenus() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getButtons() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
-
Gets the button elements wrapping the root level items.
- getMenuItem(String) - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarSubMenuElement
-
Get the first menu item matching the text.
- getMenuItems() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarSubMenuElement
-
Get the items of this submenu.
- getOverflowButton() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
-
Gets the button which opens the sub menu of overflowing items, or
nullif the overflow button is not visible. - getSubMenu() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarButtonElement
-
Gets the submenu currently opened for this button.
- getSubMenu() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MenuBarButtonElement.openSubMenu()to open a submenu - getSubMenu() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarItemElement
-
Gets the submenu currently opened for this menu item.
- getSubMenuItems() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarButtonElement
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MenuBarButtonElement.openSubMenu()orMenuBarButtonElement.getSubMenu()retrieve the submenu for this button, and then usegetMenuItems()to retrieve the items. - getSubMenuItems() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MenuBarButtonElement.openSubMenu()to open a submenu and then usegetMenuItems()to retrieve the items. - getSubMenuItems() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarItemElement
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MenuBarItemElement.openSubMenu()orMenuBarItemElement.getSubMenu()retrieve the submenu for this item, and then usegetMenuItems()to retrieve the items. - getSubMenuItems(TestBenchElement) - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MenuBarButtonElement.openSubMenu()orMenuBarItemElement.openSubMenu()to open a submenu and then usegetMenuItems()to retrieve the items.
I
- isChecked() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarItemElement
-
Check if the item is checked.
- isExpanded() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarButtonElement
-
Check if the button has open sub menu.
- isExpanded() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarItemElement
-
Check if the item has open sub menu.
- isOpen() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarSubMenuElement
-
Check if the submenu is open.
M
- MenuBarButtonElement - Class in com.vaadin.flow.component.menubar.testbench
-
A TestBench element representing a
<vaadin-menu-bar-button>element. - MenuBarButtonElement() - Constructor for class com.vaadin.flow.component.menubar.testbench.MenuBarButtonElement
- MenuBarElement - Class in com.vaadin.flow.component.menubar.testbench
-
A TestBench element representing a
<vaadin-menu-bar>element. - MenuBarElement() - Constructor for class com.vaadin.flow.component.menubar.testbench.MenuBarElement
- MenuBarItemElement - Class in com.vaadin.flow.component.menubar.testbench
-
A TestBench element representing a
<vaadin-menu-bar-item>element. - MenuBarItemElement() - Constructor for class com.vaadin.flow.component.menubar.testbench.MenuBarItemElement
- MenuBarSubMenuElement - Class in com.vaadin.flow.component.menubar.testbench
-
A TestBench element representing a
<vaadin-menu-bar-submenu>element. - MenuBarSubMenuElement() - Constructor for class com.vaadin.flow.component.menubar.testbench.MenuBarSubMenuElement
O
- openSubMenu() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarButtonElement
-
Open the submenu of this button by clicking it.
- openSubMenu() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarItemElement
-
Open the submenu of this menu item by hovering.
W
- waitUntilClosed() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarSubMenuElement
-
Wait until the submenu is closed and its closing animation has finished.
All Classes and Interfaces|All Packages
MenuBarButtonElement.openSubMenu()orMenuBarItemElement.openSubMenu()to access submenus for specific buttons or items