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 PivotHeaderNodePivotHeaderNode. getChild(Object key)Find child by node key.PivotHeaderNodePivotHeaderContext. getNode()Returns the PivotHeaderNode corresponding to the slot.PivotHeaderNodePivotHeaderNode. getParent()Returns the parent of the node.PivotHeaderNodePivotHeaderTree. 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 ObjectPivotModel. 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 classSimplePivotHeaderNodeA 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_COMPARATORMethods in org.zkoss.pivot.impl with parameters of type PivotHeaderNode Modifier and Type Method Description protected SimplePivotHeaderNodeTabularPivotModel. cast(PivotHeaderNode node)NumberTabularPivotModel. 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 voidSimplePivotHeaderTree. 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 voidDataCellTraverser. fill(PivotHeaderNode rnode, PivotHeaderNode cnode, int rindex, int cindex, boolean isRowGT, boolean open)voidExportHeaderCellFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)voidHeaderKeyFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)voidHeaderLabelFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)voidHeaderMergeFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)voidHeaderSizeFiller. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)voidHeaderTraverser.Filler. forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)Called at each node in traversal.voidExportHeaderCellFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)voidHeaderKeyFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)voidHeaderLabelFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)voidHeaderMergeFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)voidHeaderSizeFiller. forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)voidHeaderTraverser.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 PivotHeaderNodeTrees. getNode(PivotHeaderTree tree, int[] indicies)Seek down PivotHeaderNode by indices.static PivotHeaderNodeTrees. 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 CalculatorTrees. getCalculator(PivotHeaderNode node, int index)Retrieves the Calculator from a node by index.static intTrees. getSubtotalCount(PivotHeaderNode node)Return the count of subtotal Calculators on a nodestatic intTrees. getSubtotalCount(PivotHeaderNode node, boolean open)Return the count of subtotal Calculators on a nodestatic booleanTrees. isRoot(PivotHeaderNode node)Return true if node is root.static booleanTrees. isTerminal(PivotHeaderNode node)Return true if node is leaf or closed.voidTrees.NodeRunner. onNode(PivotHeaderNode node, Trees.TreeTravCtx tctx)static voidTrees. openDown(PivotHeaderNode node, boolean open)Recursively set open or close to a node and all its descendants.
-