public class PivotHeaderContext extends Object
Constructor and Description |
---|
PivotHeaderContext(int displayIndex) |
PivotHeaderContext(PivotHeaderNode node,
Calculator calculator,
int displayIndex) |
Modifier and Type | Method and Description |
---|---|
Calculator |
getCalculator()
Returns the subtotal Calculator if the context represents a subtotal
slot, null otherwise.
|
int |
getDisplayIndex()
Returns the displayed index of the slot in columns or rows.
|
PivotHeaderNode |
getNode()
Returns the PivotHeaderNode corresponding to the slot.
|
boolean |
isGrandTotal()
Return true is the context represents a grand total rank.
|
public PivotHeaderContext(int displayIndex)
public PivotHeaderContext(PivotHeaderNode node, Calculator calculator, int displayIndex)
public PivotHeaderNode getNode()
public Calculator getCalculator()
public int getDisplayIndex()
public boolean isGrandTotal()
Copyright © 2017. All rights reserved.