| Package | Description |
|---|---|
| com.vaadin.flow.component.contextmenu | |
| com.vaadin.flow.component.grid.contextmenu |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MenuManager<C,I,S> |
SubMenuBase.createMenuManager()
Creates a (sub) menu manager instance which contains logic to control the
(sub) menu content.
|
protected MenuManager<ContextMenu,MenuItem,SubMenu> |
SubMenu.createMenuManager() |
protected abstract MenuManager<C,I,S> |
ContextMenuBase.createMenuManager(SerializableRunnable contentReset)
Creates a menu manager instance which contains logic to control the menu
content.
|
protected MenuManager<ContextMenu,MenuItem,SubMenu> |
ContextMenu.createMenuManager(SerializableRunnable contentReset) |
protected MenuManager<C,I,S> |
SubMenuBase.getMenuManager()
Gets a (sub) menu manager.
|
protected MenuManager<C,I,S> |
ContextMenuBase.getMenuManager()
Gets the menu manager.
|
| 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) |
Copyright © 2022. All rights reserved.