Index
All Classes and Interfaces|All Packages
C
- com.vaadin.flow.component.contextmenu.testbench - package com.vaadin.flow.component.contextmenu.testbench
- ContextMenuElement - Class in com.vaadin.flow.component.contextmenu.testbench
-
A TestBench element representing a
<vaadin-context-menu>element. - ContextMenuElement() - Constructor for class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
- ContextMenuItemElement - Class in com.vaadin.flow.component.contextmenu.testbench
-
A TestBench element representing a
<vaadin-context-menu-item>element. - ContextMenuItemElement() - Constructor for class com.vaadin.flow.component.contextmenu.testbench.ContextMenuItemElement
- ContextMenuOverlayElement - Class in com.vaadin.flow.component.contextmenu.testbench
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ContextMenuOverlayElement() - Constructor for class com.vaadin.flow.component.contextmenu.testbench.ContextMenuOverlayElement
-
Deprecated.
G
- getMenuItem(String) - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
-
Get the first menu item matching the text.
- getMenuItem(String) - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuOverlayElement
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ContextMenuElement.getMenuItem(String)instead. - getMenuItems() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
-
Get the items of this context menu.
- getMenuItems() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuOverlayElement
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ContextMenuElement.getMenuItems()instead.
I
- isChecked() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuItemElement
-
Check if the item is checked.
- isOpen() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
-
Check if the context menu is open.
O
- openByRightClick(TestBenchElement) - Static method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
-
Does a right click on the target using
TestBenchElement.contextClick()and returns the context menu that is opened as a result. - openSubMenu() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuItemElement
-
Open the submenu of this item by hovering over it.
W
- waitUntilClosed() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
-
Wait until the context menu is closed and its closing animation has finished.
All Classes and Interfaces|All Packages
ContextMenuElementinstead.