Package org.zkoss.pivot.impl.util
Class CellLabelFiller
- java.lang.Object
-
- org.zkoss.pivot.impl.util.CellLabelFiller
-
- All Implemented Interfaces:
DataCellTraverser.CellFiller
public class CellLabelFiller extends Object implements DataCellTraverser.CellFiller
The filler implementation for data cell content.- Author:
- simonpai
-
-
Constructor Summary
Constructors Constructor Description CellLabelFiller(Pivottable table, PivotRenderer renderer, DataCellTraverser trav)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
String[][]
getDataCells()
String[][]
getRowGrandTotalCells()
-
-
-
Constructor Detail
-
CellLabelFiller
public CellLabelFiller(Pivottable table, PivotRenderer renderer, DataCellTraverser trav)
-
-
Method Detail
-
getDataCells
public String[][] getDataCells()
-
getRowGrandTotalCells
public String[][] getRowGrandTotalCells()
-
fill
public void fill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
- Specified by:
fill
in interfaceDataCellTraverser.CellFiller
-
-