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 void
fill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
String[][]
getDataCellClasses()
String[][]
getRowGrandTotalCellClasses()
org.zkoss.json.JSONObject
getStyleKeys()
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:
fill
in interfaceDataCellTraverser.CellFiller
-
-