Package org.zkoss.clientbind
Class BinderPropertiesRenderer
- java.lang.Object
-
- org.zkoss.clientbind.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 Summary
Constructors Constructor Description BinderPropertiesRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
renderProperties(Component component, ContentRenderer contentRenderer)
Renders additional properties of the given component with the givenContentRenderer
.
-
-
-
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 givenContentRenderer
. 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 interfacePropertiesRenderer
- Throws:
java.io.IOException
-
-