JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.vaadin.flow.component.menubar.testbench.MenuBarButtonElement
Packages that use
MenuBarButtonElement
Package
Description
com.vaadin.flow.component.menubar.testbench
Uses of
MenuBarButtonElement
in
com.vaadin.flow.component.menubar.testbench
Methods in
com.vaadin.flow.component.menubar.testbench
that return
MenuBarButtonElement
Modifier and Type
Method
Description
MenuBarButtonElement
MenuBarElement.
getOverflowButton
()
Gets the button which opens the sub menu of overflowing items, or
null
if the overflow button is not visible.
Methods in
com.vaadin.flow.component.menubar.testbench
that return types with arguments of type
MenuBarButtonElement
Modifier and Type
Method
Description
List
<
MenuBarButtonElement
>
MenuBarElement.
getButtons
()
Gets the button elements wrapping the root level items.