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
public class SiteSectionSelectorSectionRenderer extends DefaultSectionSelectorSectionRenderer
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringADD_BTNprotected static java.lang.StringCAPTION_IMAGE_LABEL_PANELprotected static java.lang.StringCMSSITE_UIDprotected static java.lang.StringCMSSITE_UID_PREFIXprotected static java.lang.StringCOCKPIT_ID_NAVIGATION_AREA_WEBSITES_ADD_BUTTONprotected static java.lang.StringDEFAULT_ELEMENT_IMAGEprotected static java.lang.StringREMOVE_BTN-
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
ON_DEMAND_ATTR, SELECTOR_SECTION_ITEM_SCLASS, SELECTOR_SECTION_SCLASS
-
Fields 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 Constructor Description SiteSectionSelectorSectionRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericRandomNameProducergetGenericRandomNameProducer()org.zkoss.zul.ListitemRenderergetListRenderer()Returns the list renderer used for rendering the list items displayed in the selector.SynchronizationServicegetSynchronizationService()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, renderSubsections
-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
extractSelectedItems, setListRenderer
-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModel, setNavigationArea
-
-
-
-
Field Detail
-
ADD_BTN
protected static final java.lang.String ADD_BTN
- See Also:
- Constant Field Values
-
REMOVE_BTN
protected static final java.lang.String REMOVE_BTN
- See Also:
- Constant Field Values
-
CAPTION_IMAGE_LABEL_PANEL
protected static final java.lang.String CAPTION_IMAGE_LABEL_PANEL
- See Also:
- Constant Field Values
-
CMSSITE_UID
protected static final java.lang.String CMSSITE_UID
- See Also:
- Constant Field Values
-
CMSSITE_UID_PREFIX
protected static final java.lang.String CMSSITE_UID_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_IMAGE
protected static final java.lang.String DEFAULT_ELEMENT_IMAGE
- See Also:
- Constant Field Values
-
COCKPIT_ID_NAVIGATION_AREA_WEBSITES_ADD_BUTTON
protected static final java.lang.String COCKPIT_ID_NAVIGATION_AREA_WEBSITES_ADD_BUTTON
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGenericRandomNameProducer
public GenericRandomNameProducer 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
public SynchronizationService getSynchronizationService()
- Returns:
- the synchronizationService
-
setSynchronizationService
public void setSynchronizationService(SynchronizationService synchronizationService)
- Parameters:
synchronizationService- the synchronizationService to set
-
-