Package org.zkoss.pivot.impl.util
Class CellStyleFiller
- java.lang.Object
-
- org.zkoss.pivot.impl.util.CellStyleFiller
-
- All Implemented Interfaces:
DataCellTraverser.CellFiller
public class CellStyleFiller extends Object implements DataCellTraverser.CellFiller
- Author:
- simonpai
-
-
Constructor Summary
Constructors Constructor Description CellStyleFiller(Pivottable table, PivotRendererExt renderer, DataCellTraverser trav)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)String[][]getDataCellClasses()String[][]getRowGrandTotalCellClasses()org.zkoss.json.JSONObjectgetStyleKeys()List<String>getStyleValues()
-
-
-
Constructor Detail
-
CellStyleFiller
public CellStyleFiller(Pivottable table, PivotRendererExt renderer, DataCellTraverser trav)
-
-
Method Detail
-
getDataCellClasses
public String[][] getDataCellClasses()
-
getRowGrandTotalCellClasses
public String[][] getRowGrandTotalCellClasses()
-
getStyleKeys
public org.zkoss.json.JSONObject getStyleKeys()
-
fill
public void fill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
- Specified by:
fillin interfaceDataCellTraverser.CellFiller
-
-