Class SiteSectionSelectorSectionRenderer
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.SiteSectionSelectorSectionRenderer
- All Implemented Interfaces:
SectionRenderer
-
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 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.protected voidloadCaptionComponent(org.zkoss.zk.ui.Component parent) Loads custom section caption componentsvoidsetSynchronizationService(SynchronizationService synchronizationService) Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
getListboxComponent, getSection, 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
-
ADD_BTN
- See Also:
-
REMOVE_BTN
- See Also:
-
CAPTION_IMAGE_LABEL_PANEL
- See Also:
-
CMSSITE_UID
- See Also:
-
CMSSITE_UID_PREFIX
- See Also:
-
DEFAULT_ELEMENT_IMAGE
- See Also:
-
COCKPIT_ID_NAVIGATION_AREA_WEBSITES_ADD_BUTTON
- See Also:
-
-
Constructor Details
-
SiteSectionSelectorSectionRenderer
public SiteSectionSelectorSectionRenderer()
-
-
Method Details
-
getGenericRandomNameProducer
-
loadCaptionComponent
protected void loadCaptionComponent(org.zkoss.zk.ui.Component parent) Description copied from class:DefaultSectionSelectorSectionRendererLoads custom section caption components Note:
Actually within this method we do nothing but we can easily override its within sub class in order to deliver custom caption component- Overrides:
loadCaptionComponentin classDefaultSectionSelectorSectionRenderer- Parameters:
parent- parent caption component
-
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
-