Uses of Interface
org.zkoss.pivot.PivotHeaderNode
-
Packages that use PivotHeaderNode Package Description org.zkoss.pivot Major classes of ZK Pivottable.org.zkoss.pivot.impl Implementation of models.org.zkoss.pivot.impl.util Utilities for model implementations and Pivottable.org.zkoss.pivot.util Pivottable related utility classes. -
-
Uses of PivotHeaderNode in org.zkoss.pivot
Methods in org.zkoss.pivot that return PivotHeaderNode Modifier and Type Method Description PivotHeaderNode
PivotHeaderNode. getChild(Object key)
Find child by node key.PivotHeaderNode
PivotHeaderContext. getNode()
Returns the PivotHeaderNode corresponding to the slot.PivotHeaderNode
PivotHeaderNode. getParent()
Returns the parent of the node.PivotHeaderNode
PivotHeaderTree. getRoot()
Returns the root of the tree.Methods in org.zkoss.pivot that return types with arguments of type PivotHeaderNode Modifier and Type Method Description List<? extends PivotHeaderNode>
PivotHeaderNode. getChildren()
Returns the children of the node.Methods in org.zkoss.pivot with parameters of type PivotHeaderNode Modifier and Type Method Description Object
PivotModel. getValue(PivotHeaderNode rowNode, int rowCalIndex, PivotHeaderNode colNode, int colCalIndex, int dataIndex)
Get the calculated data summary at specific cell position.Constructors in org.zkoss.pivot with parameters of type PivotHeaderNode Constructor Description PivotHeaderContext(PivotHeaderNode node, Calculator calculator, int displayIndex)
-
Uses of PivotHeaderNode in org.zkoss.pivot.impl
Classes in org.zkoss.pivot.impl that implement PivotHeaderNode Modifier and Type Class Description class
SimplePivotHeaderNode
A simple implementation of PivotHeaderNodeFields in org.zkoss.pivot.impl with type parameters of type PivotHeaderNode Modifier and Type Field Description protected static Comparator<PivotHeaderNode>
TabularPivotModel. NODE_COMPARATOR
Methods in org.zkoss.pivot.impl with parameters of type PivotHeaderNode Modifier and Type Method Description protected SimplePivotHeaderNode
TabularPivotModel. cast(PivotHeaderNode node)
Number
TabularPivotModel. getValue(PivotHeaderNode rowNode, int rowCalIndex, PivotHeaderNode colNode, int colCalIndex, int dataIndex)
Method parameters in org.zkoss.pivot.impl with type arguments of type PivotHeaderNode Modifier and Type Method Description void
SimplePivotHeaderTree. sort(Comparator<PivotHeaderNode> comparator)
Sort the tree nodes by node keys, using given comparator -
Uses of PivotHeaderNode in org.zkoss.pivot.impl.util
Methods in org.zkoss.pivot.impl.util with parameters of type PivotHeaderNode Modifier and Type Method Description void
DataCellTraverser. fill(PivotHeaderNode rnode, PivotHeaderNode cnode, int rindex, int cindex, boolean isRowGT, boolean open)
void
ExportHeaderCellFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
void
HeaderKeyFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
void
HeaderLabelFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
void
HeaderMergeFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
void
HeaderSizeFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
void
HeaderTraverser.Filler. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
Called at each node in traversal.void
ExportHeaderCellFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
void
HeaderKeyFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
void
HeaderLabelFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
void
HeaderMergeFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
void
HeaderSizeFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
void
HeaderTraverser.Filler. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
Called at each calculator in traversal. -
Uses of PivotHeaderNode in org.zkoss.pivot.util
Methods in org.zkoss.pivot.util that return PivotHeaderNode Modifier and Type Method Description static PivotHeaderNode
Trees. getNode(PivotHeaderTree tree, int[] indicies)
Seek down PivotHeaderNode by indices.static PivotHeaderNode
Trees. getNode(PivotHeaderTree tree, Object[] keys)
Seek down PivotHeaderNode based on keys.Methods in org.zkoss.pivot.util with parameters of type PivotHeaderNode Modifier and Type Method Description static Calculator
Trees. getCalculator(PivotHeaderNode node, int index)
Retrieves the Calculator from a node by index.static int
Trees. getSubtotalCount(PivotHeaderNode node)
Return the count of subtotal Calculators on a nodestatic int
Trees. getSubtotalCount(PivotHeaderNode node, boolean open)
Return the count of subtotal Calculators on a nodestatic boolean
Trees. isRoot(PivotHeaderNode node)
Return true if node is root.static boolean
Trees. isTerminal(PivotHeaderNode node)
Return true if node is leaf or closed.void
Trees.NodeRunner. onNode(PivotHeaderNode node, Trees.TreeTravCtx tctx)
static void
Trees. openDown(PivotHeaderNode node, boolean open)
Recursively set open or close to a node and all its descendants.
-