Class DefaultSectionSelectorSectionRenderer

    • Field Detail

      • SELECTOR_SECTION_SCLASS

        protected static final java.lang.String SELECTOR_SECTION_SCLASS
        See Also:
        Constant Field Values
      • SELECTOR_SECTION_ITEM_SCLASS

        protected static final java.lang.String SELECTOR_SECTION_ITEM_SCLASS
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultSectionSelectorSectionRenderer

        public DefaultSectionSelectorSectionRenderer()
    • Method Detail

      • getListboxComponent

        protected org.zkoss.zul.Listbox getListboxComponent()
      • renderSubsections

        protected void renderSubsections​(org.zkoss.zk.ui.api.HtmlBasedComponent parent,
                                         TypedObject value)
      • loadCaptionComponent

        protected void loadCaptionComponent​(org.zkoss.zk.ui.Component parent)
        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

        Parameters:
        parent - parent caption component