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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a submenu within a user menu. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the submenu associated with this user menu item.
-
Method Details
-
getSubMenu
UserMenuItem.HasSubMenu.SubMenu 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
-