Uses of Interface
org.zkoss.pivot.PivotHeaderNode

Packages that use PivotHeaderNode
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
 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
 java.util.List<? extends PivotHeaderNode> PivotHeaderNode.getChildren()
          Returns the children of the node.
 

Methods in org.zkoss.pivot with parameters of type PivotHeaderNode
 java.lang.Number 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
PivotHeaderContext(PivotHeaderNode node, Calculator calculator, int displayIndex)
           
 

Uses of PivotHeaderNode in org.zkoss.pivot.impl
 

Classes in org.zkoss.pivot.impl that implement PivotHeaderNode
 class SimplePivotHeaderNode
          A simple implementation of PivotHeaderNode
 

Fields in org.zkoss.pivot.impl with type parameters of type PivotHeaderNode
protected static java.util.Comparator<PivotHeaderNode> TabularPivotModel.NODE_COMPARATOR
           
 

Methods in org.zkoss.pivot.impl with parameters of type PivotHeaderNode
protected  void TabularPivotModel.addRawValues(PivotHeaderNode rowNode, PivotHeaderNode colNode, java.util.List<?> row, TabularPivotField[] fields)
           
 java.util.List<java.lang.Object> TabularPivotModel.getRawValues(PivotHeaderNode rowNode, PivotHeaderNode colNode, PivotField dataField)
          Return raw values intersected by column and row nodes, even if they are not leaves
 java.lang.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
 void SimplePivotHeaderTree.sort(java.util.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
 void DataCellTraverser.fill(PivotHeaderNode rnode, PivotHeaderNode cnode, int rindex, int cindex, boolean isRowGT, boolean open)
           
 void HeaderTraverser.Filler.forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
          Called at each node in traversal.
 void HeaderSizeFiller.forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
           
 void HeaderMergeFiller.forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
           
 void HeaderLabelFiller.forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
           
 void HeaderKeyFiller.forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
           
 void ExportHeaderCellFiller.forNode(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth)
           
 void HeaderTraverser.Filler.forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
          Called at each calculator in traversal.
 void HeaderSizeFiller.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 HeaderLabelFiller.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 ExportHeaderCellFiller.forSubtotals(PivotHeaderNode node, Trees.TreeTravCtx ctx, int nodeIndex, int dispDepth, int calIndex)
           
 

Uses of PivotHeaderNode in org.zkoss.pivot.util
 

Methods in org.zkoss.pivot.util that return PivotHeaderNode
static PivotHeaderNode Trees.getNode(PivotHeaderTree tree, int[] indicies)
          Seek down PivotHeaderNode by indices.
static PivotHeaderNode Trees.getNode(PivotHeaderTree tree, java.lang.Object[] keys)
          Seek down PivotHeaderNode based on keys.
 

Methods in org.zkoss.pivot.util with parameters of type PivotHeaderNode
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 node
static int Trees.getSubtotalCount(PivotHeaderNode node, boolean open)
          Return the count of subtotal Calculators on a node
static 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.
 



Copyright © 2012. All Rights Reserved.