Package org.zkoss.pivot.impl.util
Class DataCellTraverser
- java.lang.Object
-
- org.zkoss.pivot.impl.util.DataCellTraverser
-
public class DataCellTraverser extends Object
- Author:
- simonpai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DataCellTraverser.CellFiller
-
Constructor Summary
Constructors Constructor Description DataCellTraverser(PivotModel model, boolean isColOrient, int rowSize, int colSize, PagingInfo pgInfo, boolean open)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
DataCellTraverser
public DataCellTraverser(PivotModel model, boolean isColOrient, int rowSize, int colSize, PagingInfo pgInfo, boolean open)
-
-
Method Detail
-
addCellFiller
public void addCellFiller(DataCellTraverser.CellFiller filler)
-
getCellRowSize
public int getCellRowSize()
-
getCellColumnSize
public int getCellColumnSize()
-
getCellRowGTSize
public int getCellRowGTSize()
-
fill
public void fill()
-
fill
public void fill(PivotHeaderNode rnode, PivotHeaderNode cnode, int rindex, int cindex, boolean isRowGT, boolean open)
-
-