Class CatalogVersionSectionSelectorSectionRenderer
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
de.hybris.platform.cmscockpit.components.sectionpanel.renderer.CatalogVersionSectionSelectorSectionRenderer
- All Implemented Interfaces:
SectionRenderer
public class CatalogVersionSectionSelectorSectionRenderer
extends DefaultSectionSelectorSectionRenderer
Renderer for catalog versions selector sections
Note: This is used for both perspective (WCMS Page Perspective and Live Edit Perspective)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
ON_DEMAND_ATTR, SELECTOR_SECTION_ITEM_SCLASS, SELECTOR_SECTION_SCLASSFields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
EMPTY_MESSAGE, lastSection, SELECTOR_ACTIVE_ITEM_SCLASS, SELECTOR_ITEM_SCLASS, SELECTOR_SCLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zul.ListitemRendererReturns the list renderer used for rendering the list items displayed in the selector.voidsetSynchronizationService(SynchronizationService synchronizationService) Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
getListboxComponent, getSection, loadCaptionComponent, render, renderSubsectionsMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
extractSelectedItems, setListRendererMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModel, setNavigationArea
-
Field Details
-
CATALOG_VERSION_SELECTOR_CAPTION_BUTTON
- See Also:
-
PERSP_TAG
- See Also:
-
EVENTS_TAG
- See Also:
-
LIVE_EDIT_PERSPECTIVE_ID
- See Also:
-
CMS_NAVIGATION_EVENT
- See Also:
-
CMS_NAV_SITE
- See Also:
-
CMS_NAV_CATALOG
- See Also:
-
TITLE
- See Also:
-
-
Constructor Details
-
CatalogVersionSectionSelectorSectionRenderer
public CatalogVersionSectionSelectorSectionRenderer()
-
-
Method Details
-
getListRenderer
public org.zkoss.zul.ListitemRenderer getListRenderer()Description copied from class:DefaultSelectorSectionRendererReturns the list renderer used for rendering the list items displayed in the selector.- Overrides:
getListRendererin classDefaultSelectorSectionRenderer- Returns:
- the list renderer used
-
getSynchronizationService
- Returns:
- the synchronizationService
-
setSynchronizationService
- Parameters:
synchronizationService- the synchronizationService to set
-