Interface PivotField

  • All Known Implementing Classes:
    SimplePivotField, TabularPivotField

    public interface PivotField
    PivotField defines the methods to represent a field within a pivot table.
    Author:
    jumperchen, dennis
    • Method Detail

      • getTitle

        String getTitle()
        Returns the title of the field.
      • getFieldName

        String getFieldName()
        Returns the field name which indicates the name within the data model
      • getGroupHandler

        GroupHandler getGroupHandler()
        Returns the group handler.
      • addFieldDataListener

        void addFieldDataListener​(FieldDataListener f)
        Adds a field data listener to the pivot field.
      • removeFieldDataListener

        void removeFieldDataListener​(FieldDataListener f)
        Removes the specified field data listener from the pivot field.
      • getSubtotals

        Calculator[] getSubtotals()
        Returns a set of subtotal calculator in order.
      • getSubtotal

        Calculator getSubtotal​(int index)
        Returns the ith subtotal calculator on the field.
      • getSummary

        Calculator getSummary()
        Returns the summary calculator