Class JmixMenuBarSubMenu
java.lang.Object
com.vaadin.flow.component.contextmenu.SubMenuBase<com.vaadin.flow.component.contextmenu.ContextMenu,com.vaadin.flow.component.contextmenu.MenuItem,com.vaadin.flow.component.contextmenu.SubMenu>
com.vaadin.flow.component.contextmenu.SubMenu
io.jmix.flowui.kit.component.menubar.JmixSubMenu
io.jmix.flowui.kit.component.menubar.JmixMenuBarSubMenu
- All Implemented Interfaces:
com.vaadin.flow.component.contextmenu.HasMenuItems
,HasMenuItemsEnhanced
,Serializable
- See Also:
-
Field Summary
Fields inherited from class io.jmix.flowui.kit.component.menubar.JmixSubMenu
contentReset
-
Constructor Summary
ConstructorDescriptionJmixMenuBarSubMenu
(JmixMenuItem parentMenuItem, com.vaadin.flow.function.SerializableRunnable contentReset) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.contextmenu.MenuManager<com.vaadin.flow.component.contextmenu.ContextMenu,
com.vaadin.flow.component.contextmenu.MenuItem, com.vaadin.flow.component.contextmenu.SubMenu> protected JmixMenuManager<com.vaadin.flow.component.contextmenu.ContextMenu,
com.vaadin.flow.component.contextmenu.MenuItem, com.vaadin.flow.component.contextmenu.SubMenu> Methods inherited from class io.jmix.flowui.kit.component.menubar.JmixSubMenu
addItem, addItem, addItem, addItem, addItemAtIndex, addItemAtIndex, addItemAtIndex, addItemAtIndex
Methods inherited from class com.vaadin.flow.component.contextmenu.SubMenu
addSeparator
Methods inherited from class com.vaadin.flow.component.contextmenu.SubMenuBase
add, addComponentAtIndex, getChildren, getItems, getParentMenuItem, remove, removeAll
-
Constructor Details
-
Method Details
-
createMenuManager
protected com.vaadin.flow.component.contextmenu.MenuManager<com.vaadin.flow.component.contextmenu.ContextMenu,com.vaadin.flow.component.contextmenu.MenuItem, createMenuManager()com.vaadin.flow.component.contextmenu.SubMenu> - Overrides:
createMenuManager
in classJmixSubMenu
-
getMenuManager
protected JmixMenuManager<com.vaadin.flow.component.contextmenu.ContextMenu,com.vaadin.flow.component.contextmenu.MenuItem, getMenuManager()com.vaadin.flow.component.contextmenu.SubMenu> - Overrides:
getMenuManager
in classJmixSubMenu
-