Class AllCollectionListitemRenderer

  • All Implemented Interfaces:
    org.zkoss.zul.ListitemRenderer

    public class AllCollectionListitemRenderer
    extends java.lang.Object
    implements org.zkoss.zul.ListitemRenderer
    Renderer for available values list in dual 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

      • AllCollectionListitemRenderer

        public AllCollectionListitemRenderer()
    • Method Detail

      • render

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