Uses of Record Class
eu.rarogsoftware.rarog.platform.app.rest.AdminPanelRestController.MenuElement
Packages that use AdminPanelRestController.MenuElement
-
Uses of AdminPanelRestController.MenuElement in eu.rarogsoftware.rarog.platform.app.rest
Methods in eu.rarogsoftware.rarog.platform.app.rest that return types with arguments of type AdminPanelRestController.MenuElementModifier and TypeMethodDescription(package private) List<AdminPanelRestController.MenuElement>
AdminPanelRestController.getNavigationElements()
AdminPanelRestController.MenuElement.subElements()
Returns the value of thesubElements
record component.Constructor parameters in eu.rarogsoftware.rarog.platform.app.rest with type arguments of type AdminPanelRestController.MenuElementModifierConstructorDescription(package private)
MenuElement
(String key, String fullKey, String name, String keywords, String resource, boolean embedded, boolean navOnly, List<AdminPanelRestController.MenuElement> subElements) Creates an instance of aMenuElement
record class.