Uses of Class
com.vaadin.flow.component.contextmenu.MenuManager
-
Uses of MenuManager in com.vaadin.flow.component.contextmenu
Methods in com.vaadin.flow.component.contextmenu that return MenuManagerModifier and TypeMethodDescriptionprotected MenuManager<ContextMenu,MenuItem, SubMenu> ContextMenu.createMenuManager(com.vaadin.flow.function.SerializableRunnable contentReset) 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> 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.