question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need MenuBar component similar to the MenuBar from Vaadin 8

See original GitHub issue

Hello,

I’m wondered about the remove of the MenuBar component. I used it for my navigation between the views in my UI. I need it because of sub MenuItems.

Would you reimplement it in Vaadin 10?

What are the reasons for the remove of the MenuBar?

Greetings!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
plekucommented, Apr 20, 2018

Yes, we are going to the Java API for vaadin-context-menu. I would hope to get it done quite soon after V10 GA release, but I can’t give any promises.

1reaction
plekucommented, Dec 18, 2018

ContextMenu has been available since Vaadin 12, and hierarchy support for it is currently WIP for Vaadin 13.

The issue to follow for full MenuBar component is https://github.com/vaadin/vaadin-core/issues/208 but I’ll keep this open for now for discoverability. The Menubar is targeted for Vaadin 14.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MenuBar replacement? - Vaadin
Any suggestions for a substitute for the `MenuBar` widget dropped from Framework (Vaadin 8) in Flow (Vaadin 10)? [According to the guide to ......
Read more >
MenuBar | Server-Side Components | Vaadin 8 Docs - Vaadin
The MenuBar component allows creating horizontal drop-down menus, much like the main menu in desktop applications. menubar example1. Menu Bar.
Read more >
Menu Bar | Components | Vaadin Docs
Menu Bar is a horizontal button bar with hierarchical drop-down menus. Menu items can trigger an action, open a menu, or work as...
Read more >
Vaadin 8 Vertical MenuBar
Hi, I'd like to know if it is possible to display a MenuBar component vertically, so that top-level MenuItem are displayed from top...
Read more >
Navigation with fixed MenuBar - Vaadin
VerticalLayout rootLayout = new VerticalLayout(); MenuBar header = new MenuBar(); CssLayout contentLayout = new ContentLayout(); rootLayout.addComponents(header ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found