Class BundleCatalogSectionRenderer.CatalogSectionSingleItemRenderer

  • All Implemented Interfaces:
    org.zkoss.zul.ListitemRenderer
    Enclosing class:
    BundleCatalogSectionRenderer

    protected class BundleCatalogSectionRenderer.CatalogSectionSingleItemRenderer
    extends java.lang.Object
    implements org.zkoss.zul.ListitemRenderer
    Custom renderer in order to display items of listbox
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(org.zkoss.zul.Listitem item, java.lang.Object data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.zkoss.zul.ListitemRenderer

        render
    • Constructor Detail

      • CatalogSectionSingleItemRenderer

        protected CatalogSectionSingleItemRenderer()
    • Method Detail

      • render

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