Index

C G I O 
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
A TestBench element representing a <vaadin-context-menu-overlay> element.
ContextMenuOverlayElement() - Constructor for class com.vaadin.flow.component.contextmenu.testbench.ContextMenuOverlayElement
 

G

getMenuItem(String) - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuOverlayElement
Get the first menu item matching the caption.
getMenuItems() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuOverlayElement
Get the items of this context menu overlay.

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
This is a utility method equivalent to calling TestBenchElement.contextClick() on the target.
openSubMenu() - Method in class com.vaadin.flow.component.contextmenu.testbench.ContextMenuItemElement
Open the potential sub menu of this item by hovering.
C G I O 
All Classes and Interfaces|All Packages