|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.impl.BinderPropertiesRenderer
public class BinderPropertiesRenderer
A BinderPropertiesRenderer is used to add extra properties for client widget.
Constructor Summary | |
---|---|
BinderPropertiesRenderer()
|
Method Summary | |
---|---|
void |
renderProperties(Component comp,
ContentRenderer render)
Renders additional properties of the given component with the given ContentRenderer . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinderPropertiesRenderer()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |