Class BinderPropertiesRenderer

  • All Implemented Interfaces:
    PropertiesRenderer

    public class BinderPropertiesRenderer
    extends java.lang.Object
    implements PropertiesRenderer
    The binderPropertiesRenderer is a singleton instance which is used to render client side binding properties.
    Author:
    jumperchen
    • Constructor Detail

      • BinderPropertiesRenderer

        public BinderPropertiesRenderer()
    • Method Detail

      • renderProperties

        public void renderProperties​(Component component,
                                     ContentRenderer contentRenderer)
                              throws java.io.IOException
        Description copied from interface: PropertiesRenderer
        Renders additional properties of the given component with the given ContentRenderer. If the generated properties have the same as the component's default properties, they will be both sent to the client and the default one will be evaluated first, and then the custom properties.
        Specified by:
        renderProperties in interface PropertiesRenderer
        Throws:
        java.io.IOException