Per this forum thread, a proper menubar widget is promised for Vaadin Flow in version 14 for June 2019 next year, according to the Components page in the manual.
Until then, that page suggests a menu bar can be jerry-rigged in version 12 using Select
and ContextMenu
.
MenuBar
Planned for Vaadin 14. Can be made currently by combining Select (V12) and ContextMenu (V12)
(a) I cannot find either Select
or ContextMenu
in the version 12 JavaDoc.
(b) Has anyone an example implementation to share?