Vaadin ContextMenu is an UI component add-on for Vaadin Framework.
Try the add-on demo at http://demo.vaadin.com/context-menu-demo/
Official releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to https://vaadin.com/addon/vaadin-contextmenu
git clone https://github.com/vaadin/context-menu.git
cd context-menu
mvn install
cd vaadin-context-menu-demo
mvn jetty:run
To see the demo, navigate to http://localhost:8080/
- Basic support for component context menu everywhere
- Basic code examples
- Use ContextClickEvent API introduced in Vaadin 7.6
- Support for Vaadin Framework 8
- Renamed the groupId to
com.vaadin
from `com.vaadin.addon - Renamed the packaging to
com.vaadin.contextmenu
fromcom.vaadin.addon.contextmenu
- Renamed widgetset to
com.vaadin.contextmenu.WidgetSet
fromcom.vaadin.addon.contextmenu.WidgetSet
- Unify ContextMenu with MenuBar API
- Integrate into framework
The issues for this add-on are tracked on its github.com page. All bug reports and feature requests are appreciated.
Contributions are welcome, but there are no guarantees that they are accepted as such. Please contact juha@vaadin.com
Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.
ContextMenu is written by Vaadin Ltd.
Check a demo application included.