org.zkoss.pivot.impl.util
Class CellStyleFiller

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

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

Author:
simonpai

Constructor Summary
CellStyleFiller(Pivottable table, PivotRendererExt 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[][] getDataCellClasses()
           
 java.lang.String[][] getRowGrandTotalCellClasses()
           
 org.zkoss.json.JSONObject getStyleKeys()
           
 java.util.List<java.lang.String> getStyleValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellStyleFiller

public CellStyleFiller(Pivottable table,
                       PivotRendererExt renderer,
                       DataCellTraverser trav)
Method Detail

getDataCellClasses

public java.lang.String[][] getDataCellClasses()

getRowGrandTotalCellClasses

public java.lang.String[][] getRowGrandTotalCellClasses()

getStyleValues

public java.util.List<java.lang.String> getStyleValues()

getStyleKeys

public org.zkoss.json.JSONObject getStyleKeys()

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.