Interface PivotModel

    • Method Detail

      • getFields

        PivotField[] getFields()
        Return a list of all fields in the model.
      • getValue

        Object getValue​(PivotHeaderNode rowNode,
                        int rowCalIndex,
                        PivotHeaderNode colNode,
                        int colCalIndex,
                        int dataIndex)
        Get the calculated data summary at specific cell position.
        Parameters:
        rowNode - row node, root node means grand total
        rowCalIndex - row subtotal calculator index, -1 if not subtotal
        colNode - column node, root node means grand total
        colCalIndex - column subtotal calculator index, -1 if not subtotal
        dataIndex - index of data fields