Uses of Class
org.zkoss.pivot.impl.util.PagingInfo
-
Packages that use PagingInfo Package Description org.zkoss.pivot.impl.util Utilities for model implementations and Pivottable. -
-
Uses of PagingInfo in org.zkoss.pivot.impl.util
Fields in org.zkoss.pivot.impl.util declared as PagingInfo Modifier and Type Field Description protected PagingInfo
AbstractFiller. _pgInfo
Methods in org.zkoss.pivot.impl.util with parameters of type PagingInfo Modifier and Type Method Description void
AbstractFiller. init(HeaderTraverser context, PagingInfo pgInfo)
void
ExportHeaderCellFiller. init(HeaderTraverser context, PagingInfo pgInfo)
void
HeaderKeyFiller. init(HeaderTraverser context, PagingInfo pgInfo)
void
HeaderLabelFiller. init(HeaderTraverser context, PagingInfo pgInfo)
void
HeaderMergeFiller. init(HeaderTraverser context, PagingInfo pgInfo)
void
HeaderSizeFiller. init(HeaderTraverser context, PagingInfo pgInfo)
void
HeaderTraverser.Filler. init(HeaderTraverser context, PagingInfo pgInfo)
Called before tree traversal.Constructors in org.zkoss.pivot.impl.util with parameters of type PagingInfo Constructor Description DataCellTraverser(PivotModel model, boolean isColOrient, int rowSize, int colSize, PagingInfo pgInfo, boolean open)
HeaderTraverser(PivotHeaderTree tree, PagingInfo pgInfo, boolean open)
-