Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.grid.contextmenu |
Modifier and Type | Method and Description |
---|---|
GridContextMenu<T> |
Grid.addContextMenu()
Adds a new context-menu for this grid.
|
Modifier and Type | Method and Description |
---|---|
protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> |
GridSubMenu.createMenuManager() |
protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> |
GridContextMenu.createMenuManager(SerializableRunnable contentReset) |
Constructor and 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.
|
Copyright © 2020. All rights reserved.