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 interfaceDataCellTraverser.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 voidaddCellFiller(DataCellTraverser.CellFiller filler)voidfill()voidfill(PivotHeaderNode rnode, PivotHeaderNode cnode, int rindex, int cindex, boolean isRowGT, boolean open)intgetCellColumnSize()intgetCellRowGTSize()intgetCellRowSize()
-
-
-
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)
-
-