Uses of Interface
org.zkoss.pivot.PivotHeaderTree
-
Packages that use PivotHeaderTree Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static PivotHeaderContext
PivotUIEvent. getContext(PivotHeaderTree tree, String key, int dispIndex)
-
Uses of PivotHeaderTree in org.zkoss.pivot.impl
Classes in org.zkoss.pivot.impl that implement PivotHeaderTree Modifier and Type Class Description class
SimplePivotHeaderTree
A simple implementation of PivotHeaderTreeMethods in org.zkoss.pivot.impl that return PivotHeaderTree Modifier and Type Method Description 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 Constructor Description 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 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.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.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.
-