Class PivotHeaderContext


  • public class PivotHeaderContext
    extends Object
    The information context for assisting rendering, representing a PivotHeaderNode or a subtotal Calculator slot in columns or rows.
    Author:
    simonpai
    • Constructor Detail

      • PivotHeaderContext

        public PivotHeaderContext​(int displayIndex)
    • Method Detail

      • getNode

        public PivotHeaderNode getNode()
        Returns the PivotHeaderNode corresponding to the slot.
      • getCalculator

        public Calculator getCalculator()
        Returns the subtotal Calculator if the context represents a subtotal slot, null otherwise.
      • getDisplayIndex

        public int getDisplayIndex()
        Returns the displayed index of the slot in columns or rows. Data fields are not taken into account. The first data cell has display indices (0,0).
      • isGrandTotal

        public boolean isGrandTotal()
        Return true is the context represents a grand total rank.