Interface UserMenuItem.HasSubMenu

All Known Subinterfaces:
ActionUserMenuItem, ComponentUserMenuItem, TextUserMenuItem
All Known Implementing Classes:
JmixUserMenu.ActionUserMenuItemImpl, JmixUserMenu.ComponentUserMenuItemImpl, JmixUserMenu.TextUserMenuItemImpl
Enclosing interface:
UserMenuItem

public static interface UserMenuItem.HasSubMenu
Represents an interface for menu items that can optionally have a submenu. A submenu allows users to define nested menu structures for hierarchical navigation within a menu.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Represents a submenu within a user menu.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the submenu associated with this user menu item.
  • Method Details

    • getSubMenu

      Retrieves the submenu associated with this user menu item. A submenu is a container for additional menu items, providing hierarchical structuring of user menu options.
      Returns:
      the submenu associated with this user menu item