Class DefaultPinRenderer

    • Constructor Detail

      • DefaultPinRenderer

        public DefaultPinRenderer()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.HtmlBasedComponent parent,
                           Header configuration,
                           java.lang.Object data,
                           DataType dataType,
                           WidgetInstanceManager widgetInstanceManager)
        Description copied from interface: WidgetComponentRenderer
        Renders a component inside parent, representing given data and complying to given ui configuration. The data should be of give dataType. The renderer implementation could communicate with underlying widget via widgetInstanceManager.
        Parameters:
        parent - parent component on which to render
        configuration - configuration of renderer
        data - data to be rendered
        dataType - meta information about type of data provided
        widgetInstanceManager - widget manager in scope of which renderer is used
      • createPinButton

        @Deprecated(since="1811",
                    forRemoval=true)
        protected org.zkoss.zk.ui.Component createPinButton​(org.zkoss.zk.ui.Component parent,
                                                            java.lang.Object data)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • createPinButton

        protected org.zkoss.zk.ui.Component createPinButton​(org.zkoss.zk.ui.Component parent,
                                                            java.lang.Object data,
                                                            WidgetInstanceManager widgetInstanceManager)
      • assignSClassToPinButton

        protected void assignSClassToPinButton​(org.zkoss.zk.ui.HtmlBasedComponent htmlBasedComponent)
      • setWidgetRenderingUtils

        public void setWidgetRenderingUtils​(WidgetRenderingUtils widgetRenderingUtils)