Package org.zkoss.zul

Examples of org.zkoss.zul.Listgroupfoot


      group.applyProperties();
    }
    return group;
  }
  private Listgroupfoot newListgroupfoot(ListitemRenderer renderer) {
    Listgroupfoot groupfoot = null;
    if (renderer instanceof ListgroupRendererExt)
      groupfoot = ((ListgroupRendererExt)renderer).newListgroupfoot(_listbox);
    if (groupfoot == null) {
      groupfoot = new Listgroupfoot();
      groupfoot.applyProperties();
    }
    return groupfoot;
  }
View Full Code Here

TOP

Related Classes of org.zkoss.zul.Listgroupfoot

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.