Package de.hybris.platform.configurablebundlecockpits.productcockpit.components.navigationarea.renderer
Class BundleCatalogSectionRenderer
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
de.hybris.platform.configurablebundlecockpits.productcockpit.components.navigationarea.renderer.BundleCatalogSectionRenderer
- All Implemented Interfaces:
SectionRenderer
Renderer for catalog section in bundle perspective
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.zkoss.zul.MenupopupcreateContextMenu(org.zkoss.zk.ui.Component parent, org.zkoss.zul.Listbox listbox) protected CommonI18NServiceprotected CatalogVersionModelprotected CatalogServiceprotected SynchronizationServicevoidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) protected voidselectionChanged(CatalogVersionModel catalogVersion) protected voidsendNotification(BaseUICockpitPerspective perspective, List<String> chosenRules) voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetProductCockpitCatalogService(CatalogService productCockpitCatalogService) voidsetSynchronizationService(SynchronizationService synchronizationService) Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, setNavigationArea
-
Constructor Details
-
BundleCatalogSectionRenderer
public BundleCatalogSectionRenderer()
-
-
Method Details
-
getSectionPanelModel
- Overrides:
getSectionPanelModelin classAbstractNavigationAreaSectionRenderer
-
createContextMenu
protected org.zkoss.zul.Menupopup createContextMenu(org.zkoss.zk.ui.Component parent, org.zkoss.zul.Listbox listbox) -
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) - Specified by:
renderin interfaceSectionRenderer- Specified by:
renderin classAbstractNavigationAreaSectionRenderer
-
selectionChanged
-
sendNotification
-
getNonActiveCatalogVersionModel
-
getCommonI18NService
-
setCommonI18NService
-
setProductCockpitCatalogService
-
getProductCockpitCatalogService
-
setSynchronizationService
-
getSynchronizationService
-