We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.grid.contextmenu.
Package com.vaadin.flow.component.grid.contextmenu
-
Class Summary Class Description GridContextMenu<T> Server-side component for
<vaadin-context-menu>
to be used withGrid
.GridContextMenu.GridContextMenuItemClickEvent<T> Event that is fired when a
GridMenuItem
is clicked inside aGridContextMenu
.GridContextMenu.GridContextMenuOpenedEvent<T> GridMenuItem<T> Item component used inside
GridContextMenu
andGridSubMenu
.GridSubMenu<T> API that allows adding content into the sub menus of a
GridContextMenu
to create hierarchical menus.