Interface PropertiesRenderer

    • Method Detail

      • renderProperties

        void renderProperties​(Component comp,
                              ContentRenderer render)
                       throws java.io.IOException
        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.
        Throws:
        java.io.IOException