Class BinderPropertiesRenderer

  • All Implemented Interfaces:
    PropertiesRenderer

    public class BinderPropertiesRenderer
    extends java.lang.Object
    implements PropertiesRenderer
    A BinderPropertiesRenderer is used to add extra properties for client widget.
    Since:
    8.0.0
    Author:
    jumperchen
    • Constructor Detail

      • BinderPropertiesRenderer

        public BinderPropertiesRenderer()
    • Method Detail

      • renderProperties

        public void renderProperties​(Component comp,
                                     ContentRenderer render)
                              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