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 java.lang.Object
- implements DataCellTraverser.CellFiller
The filler implementation for data cell content.
- Author:
- simonpai
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellLabelFiller
public CellLabelFiller(Pivottable table,
PivotRenderer renderer,
DataCellTraverser trav)
getDataCells
public java.lang.String[][] getDataCells()
getRowGrandTotalCells
public java.lang.String[][] getRowGrandTotalCells()
fill
public void fill(java.lang.Number summary,
PivotHeaderContext rowCtx,
PivotHeaderContext colCtx,
PivotField dataField,
int ri,
int ci,
boolean isRowGT)
- Specified by:
fill
in interface DataCellTraverser.CellFiller
Copyright © 2013. All Rights Reserved.