Interface LineitemRenderer<T>

  • All Known Implementing Classes:
    BindLineitemRenderer

    public interface LineitemRenderer<T>
    Identifies components that can be used as "rubber stamps" to paint the cells in an Linelayout.
    Since:
    9.0.0
    See Also:
    ListModel, Linelayout
    • Method Detail

      • render

        void render​(Lineitem lineItem,
                    T data,
                    int index)
             throws java.lang.Exception
        Renders the data to the specified lineitem.
        Parameters:
        lineItem - 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