Uses of Interface
org.zkoss.pivot.PivotHeaderTree

Packages that use PivotHeaderTree
org.zkoss.pivot Major classes of ZK Pivottable. 
org.zkoss.pivot.event Pivottable events. 
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 PivotHeaderTree in org.zkoss.pivot
 

Methods in org.zkoss.pivot that return PivotHeaderTree
 PivotHeaderTree PivotModel.getColumnHeaderTree()
          Return the header tree of columns.
 PivotHeaderTree PivotModel.getRowHeaderTree()
          Return the header tree of rows.
 PivotHeaderTree PivotHeaderNode.getTree()
          Returns the tree of the node.
 

Uses of PivotHeaderTree in org.zkoss.pivot.event
 

Methods in org.zkoss.pivot.event with parameters of type PivotHeaderTree
static PivotHeaderContext PivotUIEvent.getContext(PivotHeaderTree tree, java.lang.String key, int dispIndex)
           
 

Uses of PivotHeaderTree in org.zkoss.pivot.impl
 

Classes in org.zkoss.pivot.impl that implement PivotHeaderTree
 class SimplePivotHeaderTree
          A simple implementation of PivotHeaderTree
 

Methods in org.zkoss.pivot.impl that return PivotHeaderTree
 PivotHeaderTree TabularPivotModel.getColumnHeaderTree()
           
 PivotHeaderTree TabularPivotModel.getRowHeaderTree()
           
 

Uses of PivotHeaderTree in org.zkoss.pivot.impl.util
 

Constructors in org.zkoss.pivot.impl.util with parameters of type PivotHeaderTree
HeaderSizeFiller(PivotField[] dataFields, boolean hasDataFields, int headerDispOffset, PivotHeaderTree tree)
           
HeaderTraverser(PivotHeaderTree tree, PagingInfo pgInfo, boolean open)
           
 

Uses of PivotHeaderTree in org.zkoss.pivot.util
 

Methods in org.zkoss.pivot.util with parameters of type PivotHeaderTree
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.
static int Trees.getSize(PivotHeaderTree tree)
          Compute the size of tree.
static int Trees.getSize(PivotHeaderTree tree, boolean open)
          Compute the size of tree.
static void Trees.traverse(PivotHeaderTree tree, boolean asIfOpenAll, int offset, int limit, Trees.NodeRunner runner)
          Traverse the tree in a depth first, children first fashion, while concern paging. runner will not be invoked on nodes that are completely out of range.
static void Trees.traverse(PivotHeaderTree tree, boolean open, Trees.NodeRunner runner)
          Traverse the tree in a depth first, children first fashion.
static void Trees.traverse(PivotHeaderTree tree, Trees.NodeRunner runner)
          Traverse the tree in a depth first, children first fashion.
 



Copyright © 2013. All Rights Reserved.