Class BindLineitemRenderer<E>

    • Constructor Detail

      • BindLineitemRenderer

        public BindLineitemRenderer()
    • Method Detail

      • render

        public void render​(Lineitem item,
                           E data,
                           int index)
                    throws java.lang.Exception
        Description copied from interface: LineitemRenderer
        Renders the data to the specified lineitem.
        Specified by:
        render in interface LineitemRenderer<E>
        Parameters:
        item - the lineItem to render the result.
        data - that is used to render the lineitem.
        index - the index of the data that is currently being rendered.
        Throws:
        java.lang.Exception