public class BinderPropertiesRenderer extends java.lang.Object implements PropertiesRenderer
Constructor and Description |
---|
BinderPropertiesRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
renderProperties(Component comp,
ContentRenderer render)
Renders additional properties of the given component with
the given
ContentRenderer . |
public void renderProperties(Component comp, ContentRenderer render) throws java.io.IOException
PropertiesRenderer
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.renderProperties
in interface PropertiesRenderer
java.io.IOException
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.