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

public class JmixMenuBarSubMenu extends JmixSubMenu
See Also:
  • Field Summary

    Fields inherited from class io.jmix.flowui.kit.component.menubar.JmixSubMenu

    contentReset
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixMenuBarSubMenu(JmixMenuItem parentMenuItem, com.vaadin.flow.function.SerializableRunnable contentReset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JmixMenuBarSubMenu

      public JmixMenuBarSubMenu(JmixMenuItem parentMenuItem, com.vaadin.flow.function.SerializableRunnable contentReset)
  • Method Details

    • createMenuManager

      protected com.vaadin.flow.component.contextmenu.MenuManager<com.vaadin.flow.component.contextmenu.ContextMenu,com.vaadin.flow.component.contextmenu.MenuItem,com.vaadin.flow.component.contextmenu.SubMenu> createMenuManager()
      Overrides:
      createMenuManager in class JmixSubMenu
    • getMenuManager

      protected JmixMenuManager<com.vaadin.flow.component.contextmenu.ContextMenu,com.vaadin.flow.component.contextmenu.MenuItem,com.vaadin.flow.component.contextmenu.SubMenu> getMenuManager()
      Overrides:
      getMenuManager in class JmixSubMenu