Uses of Class
com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Packages that use GridContextMenu Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.grid.contextmenu -
-
Uses of GridContextMenu in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridContextMenu Modifier and Type Method Description GridContextMenu<T>Grid. addContextMenu()Adds a new context-menu for this grid. -
Uses of GridContextMenu in com.vaadin.flow.component.grid.contextmenu
Methods in com.vaadin.flow.component.grid.contextmenu that return types with arguments of type GridContextMenu Modifier and Type Method Description protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>>GridContextMenu. createMenuManager(SerializableRunnable contentReset)protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>>GridSubMenu. createMenuManager()Constructors in com.vaadin.flow.component.grid.contextmenu with parameters of type GridContextMenu Constructor Description GridContextMenuOpenedEvent(GridContextMenu<T> source, boolean fromClient)GridMenuItem(GridContextMenu<T> contextMenu, SerializableRunnable contentReset)Creates a new instance using the context menu and its reset callback.
-