Class AbstracttSectionSelectorSectionListRenderer

  • All Implemented Interfaces:
    org.zkoss.zul.ListitemRenderer
    Direct Known Subclasses:
    AbstractDrillableSelectorSectionListRenderer

    public abstract class AbstracttSectionSelectorSectionListRenderer
    extends java.lang.Object
    implements org.zkoss.zul.ListitemRenderer
    • Field Detail

      • COCKPIT_ID_NAVIGATION_AREA_PREFIX

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

      • AbstracttSectionSelectorSectionListRenderer

        public AbstracttSectionSelectorSectionListRenderer()
    • Method Detail

      • getListitemSclass

        protected abstract java.lang.String getListitemSclass()
      • getListcellSclass

        protected abstract java.lang.String getListcellSclass()
      • loadCaptionComponent

        protected org.zkoss.zk.ui.Component loadCaptionComponent​(org.zkoss.zk.ui.api.HtmlBasedComponent parent,
                                                                 TypedObject currentTypedObjectValue)
      • render

        public void render​(org.zkoss.zul.Listitem listitem,
                           java.lang.Object data)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createContextMenu

        public void createContextMenu​(org.zkoss.zk.ui.api.HtmlBasedComponent parent,
                                      TypedObject value)