org.zkoss.pivot.impl.util
Class DataCellTraverser

java.lang.Object
  extended by org.zkoss.pivot.impl.util.DataCellTraverser

public class DataCellTraverser
extends java.lang.Object

Author:
simonpai

Nested Class Summary
static interface DataCellTraverser.CellFiller
           
 
Constructor Summary
DataCellTraverser(PivotModel model, boolean isColOrient, int rowSize, int colSize, PagingInfo pgInfo, boolean open)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2012. All Rights Reserved.