Uses of Interface
org.zkoss.zk.ui.sys.ContentRenderer
-
Packages that use ContentRenderer Package Description org.zkoss.zk.ui org.zkoss.zk.ui.sys -
-
Uses of ContentRenderer in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return types with arguments of type ContentRenderer Modifier and Type Method Description java.util.Collection<Callback<ContentRenderer>>AbstractComponent. getRedrawCallback()Methods in org.zkoss.zk.ui with parameters of type ContentRenderer Modifier and Type Method Description protected voidAbstractComponent. render(ContentRenderer renderer, java.lang.String name, boolean value)An utility to be called byAbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)to render a boolean-value property if it is true.protected voidAbstractComponent. render(ContentRenderer renderer, java.lang.String name, java.lang.Object value)An utility to be called byAbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)to render a string-value property.protected voidAbstractComponent. render(ContentRenderer renderer, java.lang.String name, java.lang.String value)An utility to be called byAbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)to render a string-value property.protected voidAbstractComponent. renderProperties(ContentRenderer renderer)Called by (ComponentCtrl.redraw(java.io.Writer)) to render the properties, excluding the enclosing tag and children.protected voidHtmlBasedComponent. renderProperties(ContentRenderer renderer)Renders the content of this component, excluding the enclosing tags and children.protected voidHtmlMacroComponent. renderProperties(ContentRenderer renderer)protected voidHtmlNativeComponent. renderProperties(ContentRenderer renderer)voidAbstractComponent. renderPropertiesOnly(ContentRenderer renderer)Method parameters in org.zkoss.zk.ui with type arguments of type ContentRenderer Modifier and Type Method Description booleanAbstractComponent. addRedrawCallback(Callback<ContentRenderer> callback)booleanAbstractComponent. removeRedrawCallback(Callback<ContentRenderer> callback) -
Uses of ContentRenderer in org.zkoss.zk.ui.sys
Classes in org.zkoss.zk.ui.sys that implement ContentRenderer Modifier and Type Class Description classJsContentRendererAn implementation ofContentRendererthat renders the content as a JavaScript property (i.e., name: 'value').classJSCumulativeContentRendererAn implementation ofContentRendererthat renders the content as a JavaScript property (i.e., name: ['value', 'value1', ..]) cumulatively.classXmlContentRendererAn implementation ofContentRendererthat renders the content as a Xml attribute (i.e., name="value").Methods in org.zkoss.zk.ui.sys with parameters of type ContentRenderer Modifier and Type Method Description voidPropertiesRenderer. renderProperties(Component comp, ContentRenderer render)Renders additional properties of the given component with the givenContentRenderer.voidComponentCtrl. renderPropertiesOnly(ContentRenderer renderer)Renders the component properties only
-