org.zkoss.pivot.impl.util
Class ExportDataCellFiller

java.lang.Object
  extended by org.zkoss.pivot.impl.util.ExportDataCellFiller
All Implemented Interfaces:
DataCellTraverser.CellFiller

public class ExportDataCellFiller
extends java.lang.Object
implements DataCellTraverser.CellFiller

Author:
simonpai

Constructor Summary
ExportDataCellFiller(DataCellTraverser trav)
           
 
Method Summary
 void fill(java.lang.Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
           
 Exports.PivotExportCell[][] getCells()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportDataCellFiller

public ExportDataCellFiller(DataCellTraverser trav)
Method Detail

getCells

public Exports.PivotExportCell[][] getCells()

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 © 2012. All Rights Reserved.