Package org.zkoss.pivot.impl.util
Class AbstractFiller
- java.lang.Object
-
- org.zkoss.pivot.impl.util.AbstractFiller
-
- All Implemented Interfaces:
HeaderTraverser.Filler
- Direct Known Subclasses:
ExportHeaderCellFiller
,HeaderKeyFiller
,HeaderLabelFiller
,HeaderMergeFiller
,HeaderSizeFiller
public abstract class AbstractFiller extends Object implements HeaderTraverser.Filler
A partial implementation of Filler- Author:
- simonpai
-
-
Field Summary
Fields Modifier and Type Field Description protected PagingInfo
_pgInfo
-
Constructor Summary
Constructors Constructor Description AbstractFiller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterFill()
Called after tree traversal.void
init(HeaderTraverser context, PagingInfo pgInfo)
Called before tree traversal.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zkoss.pivot.impl.util.HeaderTraverser.Filler
forNode, forSubtotals
-
-
-
-
Field Detail
-
_pgInfo
protected PagingInfo _pgInfo
-
-
Method Detail
-
afterFill
public void afterFill()
Description copied from interface:HeaderTraverser.Filler
Called after tree traversal.- Specified by:
afterFill
in interfaceHeaderTraverser.Filler
-
init
public void init(HeaderTraverser context, PagingInfo pgInfo)
Description copied from interface:HeaderTraverser.Filler
Called before tree traversal.- Specified by:
init
in interfaceHeaderTraverser.Filler
-
-