Class SiteSectionSelectorSectionRenderer

    • Field Detail

      • CAPTION_IMAGE_LABEL_PANEL

        protected static final java.lang.String CAPTION_IMAGE_LABEL_PANEL
        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
    • Constructor Detail

      • SiteSectionSelectorSectionRenderer

        public SiteSectionSelectorSectionRenderer()
    • Method Detail

      • loadCaptionComponent

        protected void loadCaptionComponent​(org.zkoss.zk.ui.Component parent)
        Description copied from class: DefaultSectionSelectorSectionRenderer
        Loads 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:
        loadCaptionComponent in class DefaultSectionSelectorSectionRenderer
        Parameters:
        parent - parent caption component
      • getSynchronizationService

        public SynchronizationService getSynchronizationService()
        Returns:
        the synchronizationService
      • setSynchronizationService

        public void setSynchronizationService​(SynchronizationService synchronizationService)
        Parameters:
        synchronizationService - the synchronizationService to set