| Package | Description |
|---|---|
| com.vaadin.flow.component.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(com.vaadin.flow.function.SerializableRunnable contentReset)
Creates a menu manager instance which contains logic to control the menu
content.
|
protected MenuManager<ContextMenu,MenuItem,SubMenu> |
ContextMenu.createMenuManager(com.vaadin.flow.function.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.
|
Copyright © 2025. All rights reserved.