Interface WidgetComponentRenderer<PARENT,​CONFIG,​DATA>

    • Method Detail

      • render

        void render​(PARENT parent,
                    CONFIG configuration,
                    DATA data,
                    DataType dataType,
                    WidgetInstanceManager widgetInstanceManager)
        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