public class DataCellTraverser extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DataCellTraverser.CellFiller |
Constructor and Description |
---|
DataCellTraverser(PivotModel model,
boolean isColOrient,
int rowSize,
int colSize,
PagingInfo pgInfo,
boolean open) |
Modifier and Type | Method and Description |
---|---|
void |
addCellFiller(DataCellTraverser.CellFiller filler) |
void |
fill() |
void |
fill(PivotHeaderNode rnode,
PivotHeaderNode cnode,
int rindex,
int cindex,
boolean isRowGT,
boolean open) |
int |
getCellColumnSize() |
int |
getCellRowGTSize() |
int |
getCellRowSize() |
public DataCellTraverser(PivotModel model, boolean isColOrient, int rowSize, int colSize, PagingInfo pgInfo, boolean open)
public void addCellFiller(DataCellTraverser.CellFiller filler)
public int getCellRowSize()
public int getCellColumnSize()
public int getCellRowGTSize()
public void fill()
public void fill(PivotHeaderNode rnode, PivotHeaderNode cnode, int rindex, int cindex, boolean isRowGT, boolean open)
Copyright © 2017. All rights reserved.