Class BinderPropertiesRenderer

  • All Implemented Interfaces:
    org.zkoss.zk.ui.sys.PropertiesRenderer

    public class BinderPropertiesRenderer
    extends java.lang.Object
    implements org.zkoss.zk.ui.sys.PropertiesRenderer
    The binderPropertiesRenderer is a singleton instance which is used to render client side binding properties.
    Author:
    jumperchen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderProperties​(org.zkoss.zk.ui.Component component, org.zkoss.zk.ui.sys.ContentRenderer contentRenderer)  
      • Methods inherited from class java.lang.Object

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

      • BinderPropertiesRenderer

        public BinderPropertiesRenderer()
    • Method Detail

      • renderProperties

        public void renderProperties​(org.zkoss.zk.ui.Component component,
                                     org.zkoss.zk.ui.sys.ContentRenderer contentRenderer)
                              throws java.io.IOException
        Specified by:
        renderProperties in interface org.zkoss.zk.ui.sys.PropertiesRenderer
        Throws:
        java.io.IOException