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 PagingInfoAbstractFiller. _pgInfoMethods in org.zkoss.pivot.impl.util with parameters of type PagingInfo Modifier and Type Method Description voidAbstractFiller. init(HeaderTraverser context, PagingInfo pgInfo)voidExportHeaderCellFiller. init(HeaderTraverser context, PagingInfo pgInfo)voidHeaderKeyFiller. init(HeaderTraverser context, PagingInfo pgInfo)voidHeaderLabelFiller. init(HeaderTraverser context, PagingInfo pgInfo)voidHeaderMergeFiller. init(HeaderTraverser context, PagingInfo pgInfo)voidHeaderSizeFiller. init(HeaderTraverser context, PagingInfo pgInfo)voidHeaderTraverser.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)
-