|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
protected PivotHeaderTree[] |
TabularPivotModel.createHeaderTrees()
Create column and row header trees. |
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |