Class CatalogSectionRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
-
- de.hybris.platform.productcockpit.components.navigationarea.renderer.CatalogSectionRenderer
-
- All Implemented Interfaces:
SectionRenderer
public class CatalogSectionRenderer extends AbstractNavigationAreaSectionRenderer
Renderer for catalog section in catalogue perspective
-
-
Constructor Summary
Constructors Constructor Description CatalogSectionRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.zkoss.zul.MenupopupcreateContextMenu(org.zkoss.zk.ui.Component parent, org.zkoss.zul.Listbox listbox)CatalogServicegetProductCockpitCatalogService()CatalogNavigationAreaModelgetSectionPanelModel()SynchronizationServicegetSynchronizationService()voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)protected voidselectionChanged(CatalogVersionModel catalogVersion)protected voidselectionChanged(CatalogVersionModel catalogVersion, org.zkoss.zul.Listbox listbox)Deprecated.since 6.3voidsetProductCockpitCatalogService(CatalogService productCockpitCatalogService)voidsetSynchronizationService(SynchronizationService synchronizationService)-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, setNavigationArea
-
-
-
-
Method Detail
-
getSectionPanelModel
public CatalogNavigationAreaModel 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
@Deprecated protected void selectionChanged(CatalogVersionModel catalogVersion, org.zkoss.zul.Listbox listbox)
Deprecated.since 6.3- See Also:
selectionChanged(CatalogVersionModel)
-
selectionChanged
protected void selectionChanged(CatalogVersionModel catalogVersion)
-
setProductCockpitCatalogService
public void setProductCockpitCatalogService(CatalogService productCockpitCatalogService)
-
getProductCockpitCatalogService
public CatalogService getProductCockpitCatalogService()
-
setSynchronizationService
public void setSynchronizationService(SynchronizationService synchronizationService)
-
getSynchronizationService
public SynchronizationService getSynchronizationService()
-
-