Uses of Record Class
eu.rarogsoftware.rarog.platform.api.plugins.web.page.ui.AdminPanelItem
Packages that use AdminPanelItem
Package
Description
-
Uses of AdminPanelItem in eu.rarogsoftware.rarog.platform.api.plugins.web.page.ui
Methods in eu.rarogsoftware.rarog.platform.api.plugins.web.page.ui that return AdminPanelItemModifier and TypeMethodDescriptionstatic AdminPanelItemAdminPanelItem.embeddedChild(String key, String parentCategory, String name, String resource) static AdminPanelItemAdminPanelItem.embeddedChild(String key, String parentCategory, String name, String resource, String keywords) static AdminPanelItemstatic AdminPanelItemAdminPanelItem.navLink(String key, String parentCategory, String name, String resource, String keywords) static AdminPanelItemAdminPanelItem.simpleCategory(String key, String parentCategory, String name) static AdminPanelItemAdminPanelItem.simplePage(String key, String parentCategory, String name, String resource) static AdminPanelItemAdminPanelItem.simplePage(String key, String parentCategory, String name, String resource, String keywords) Methods in eu.rarogsoftware.rarog.platform.api.plugins.web.page.ui that return types with arguments of type AdminPanelItemModifier and TypeMethodDescriptionAdminPanelItemsDescriptor.elements()Returns the value of theelementsrecord component.Constructor parameters in eu.rarogsoftware.rarog.platform.api.plugins.web.page.ui with type arguments of type AdminPanelItemModifierConstructorDescriptionAdminPanelItemsDescriptor(List<AdminPanelItem> elements) Creates an instance of aAdminPanelItemsDescriptorrecord class. -
Uses of AdminPanelItem in eu.rarogsoftware.rarog.platform.plugins.autoconfigure.web.ui
Method parameters in eu.rarogsoftware.rarog.platform.plugins.autoconfigure.web.ui with type arguments of type AdminPanelItemModifier and TypeMethodDescription(package private) AdminPanelItemsDescriptorAdminPanelAutoConfiguration.adminPanelItemsDescriptor(List<AdminPanelItem> elements)