public class CellStyleFiller extends Object implements DataCellTraverser.CellFiller
Constructor and Description |
---|
CellStyleFiller(Pivottable table,
PivotRendererExt renderer,
DataCellTraverser trav) |
Modifier and Type | Method and 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() |
public CellStyleFiller(Pivottable table, PivotRendererExt renderer, DataCellTraverser trav)
public String[][] getDataCellClasses()
public String[][] getRowGrandTotalCellClasses()
public org.zkoss.json.JSONObject getStyleKeys()
public void fill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
fill
in interface DataCellTraverser.CellFiller
Copyright © 2017. All rights reserved.