|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.pivot.impl.util.AbstractFiller
org.zkoss.pivot.impl.util.HeaderKeyFiller
public class HeaderKeyFiller
Filler for header keys.
Field Summary |
---|
Fields inherited from class org.zkoss.pivot.impl.util.AbstractFiller |
---|
_pgInfo |
Constructor Summary | |
---|---|
HeaderKeyFiller()
|
Method Summary | |
---|---|
void |
afterFill()
Called after tree traversal. |
void |
forNode(PivotHeaderNode node,
Trees.TreeTravCtx ctx,
int nodeIndex,
int dispDepth)
Called at each node in traversal. |
void |
forSubtotals(PivotHeaderNode node,
Trees.TreeTravCtx ctx,
int nodeIndex,
int dispDepth,
int calIndex)
Called at each calculator in traversal. |
java.lang.String[][] |
getKeys()
|
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 |
Constructor Detail |
---|
public HeaderKeyFiller()
Method Detail |
---|
public void init(HeaderTraverser context, PagingInfo pgInfo)
HeaderTraverser.Filler
init
in interface HeaderTraverser.Filler
init
in class AbstractFiller
public java.lang.String[][] getKeys()
public void forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
HeaderTraverser.Filler
public void forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
HeaderTraverser.Filler
public void afterFill()
HeaderTraverser.Filler
afterFill
in interface HeaderTraverser.Filler
afterFill
in class AbstractFiller
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |