Class DefaultPreviewListCellRenderer

    • Field Detail

      • LOG

        public static final org.slf4j.Logger LOG
      • SCLASS_IMG_PREVIEW_POPUP

        public static final java.lang.String SCLASS_IMG_PREVIEW_POPUP
        See Also:
        Constant Field Values
      • SCLASS_IMG_PREVIEW

        public static final java.lang.String SCLASS_IMG_PREVIEW
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultPreviewListCellRenderer

        public DefaultPreviewListCellRenderer()
    • Method Detail

      • render

        public void render​(org.zkoss.zul.Listcell listcell,
                           ListColumn 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:
        listcell - 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