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 PivotHeaderTreePivotModel. getColumnHeaderTree()Return the header tree of columns.PivotHeaderTreePivotModel. getRowHeaderTree()Return the header tree of rows.PivotHeaderTreePivotHeaderNode. 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 PivotHeaderContextPivotUIEvent. 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 classSimplePivotHeaderTreeA simple implementation of PivotHeaderTreeMethods in org.zkoss.pivot.impl that return PivotHeaderTree Modifier and Type Method Description PivotHeaderTreeTabularPivotModel. getColumnHeaderTree()PivotHeaderTreeTabularPivotModel. 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 PivotHeaderNodeTrees. getNode(PivotHeaderTree tree, int[] indicies)Seek down PivotHeaderNode by indices.static PivotHeaderNodeTrees. getNode(PivotHeaderTree tree, Object[] keys)Seek down PivotHeaderNode based on keys.static intTrees. getSize(PivotHeaderTree tree)Compute the size of tree.static intTrees. getSize(PivotHeaderTree tree, boolean open)Compute the size of tree.static voidTrees. 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 voidTrees. traverse(PivotHeaderTree tree, boolean open, Trees.NodeRunner runner)Traverse the tree in a depth first, children first fashion.static voidTrees. traverse(PivotHeaderTree tree, Trees.NodeRunner runner)Traverse the tree in a depth first, children first fashion.
-