Uses of Class
com.vaadin.flow.component.contextmenu.MenuManager
-
Packages that use MenuManager Package Description com.vaadin.flow.component.contextmenu com.vaadin.flow.component.grid.contextmenu -
-
Uses of MenuManager in com.vaadin.flow.component.contextmenu
Methods in com.vaadin.flow.component.contextmenu that return MenuManager Modifier and Type Method Description protected MenuManager<ContextMenu,MenuItem,SubMenu>
ContextMenu. createMenuManager(SerializableRunnable contentReset)
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>
SubMenu. createMenuManager()
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<C,I,S>
ContextMenuBase. getMenuManager()
Gets the menu manager.protected MenuManager<C,I,S>
SubMenuBase. getMenuManager()
Gets a (sub) menu manager. -
Uses of MenuManager in com.vaadin.flow.component.grid.contextmenu
Methods in com.vaadin.flow.component.grid.contextmenu that return MenuManager 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()
-