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.Menupopup
createContextMenu(org.zkoss.zk.ui.Component parent, org.zkoss.zul.Listbox listbox)
CatalogService
getProductCockpitCatalogService()
CatalogNavigationAreaModel
getSectionPanelModel()
SynchronizationService
getSynchronizationService()
void
render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
protected void
selectionChanged(CatalogVersionModel catalogVersion)
protected void
selectionChanged(CatalogVersionModel catalogVersion, org.zkoss.zul.Listbox listbox)
Deprecated.since 6.3void
setProductCockpitCatalogService(CatalogService productCockpitCatalogService)
void
setSynchronizationService(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:
getSectionPanelModel
in 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:
render
in interfaceSectionRenderer
- Specified by:
render
in 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()
-
-