org.zkoss.pivot.impl.util
Class CellLabelFiller

java.lang.Object
  extended by 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

Constructor Summary
CellLabelFiller(Pivottable table, PivotRenderer renderer, DataCellTraverser trav)
           
 
Method Summary
 void fill(java.lang.Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
           
 java.lang.String[][] getDataCells()
           
 java.lang.String[][] getRowGrandTotalCells()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellLabelFiller

public CellLabelFiller(Pivottable table,
                       PivotRenderer renderer,
                       DataCellTraverser trav)
Method Detail

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.