Class DivMacroDefault

  • All Implemented Interfaces:
    org.zkoss.zk.ui.render.ComponentRenderer

    public class DivMacroDefault
    extends java.lang.Object
    implements org.zkoss.zk.ui.render.ComponentRenderer
    • Constructor Summary

      Constructors 
      Constructor Description
      DivMacroDefault()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(org.zkoss.zk.ui.Component comp, java.io.Writer out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DivMacroDefault

        public DivMacroDefault()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component comp,
                           java.io.Writer out)
                    throws java.io.IOException
        Specified by:
        render in interface org.zkoss.zk.ui.render.ComponentRenderer
        Throws:
        java.io.IOException