| Package | Description |
|---|---|
| com.vaadin.flow.component.grid.contextmenu |
| Modifier and Type | Method and Description |
|---|---|
GridMenuItem<T> |
GridSubMenu.addItem(com.vaadin.flow.component.Component component,
com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
GridMenuItem<T> |
GridContextMenu.addItem(com.vaadin.flow.component.Component component,
com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
GridMenuItem<T> |
GridSubMenu.addItem(String text,
com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
GridMenuItem<T> |
GridContextMenu.addItem(String text,
com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.flow.component.contextmenu.MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> |
GridSubMenu.createMenuManager() |
protected com.vaadin.flow.component.contextmenu.MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> |
GridContextMenu.createMenuManager(com.vaadin.flow.function.SerializableRunnable contentReset) |
| Constructor and Description |
|---|
GridSubMenu(GridMenuItem<T> parentMenuItem,
com.vaadin.flow.function.SerializableRunnable contentReset)
Creates a new instance of submenu using the associated
parentMenuItem (item which opens the submenu) and reset context
menu callback. |
Copyright © 2020. All rights reserved.