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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static PivotHeaderContext |
PivotUIEvent.getContext(PivotHeaderTree tree,
String key,
int dispIndex) |
Modifier and Type | Class and Description |
---|---|
class |
SimplePivotHeaderTree
A simple implementation of PivotHeaderTree
|
Modifier and Type | Method and Description |
---|---|
PivotHeaderTree |
TabularPivotModel.getColumnHeaderTree() |
PivotHeaderTree |
TabularPivotModel.getRowHeaderTree() |
Constructor and Description |
---|
HeaderSizeFiller(PivotField[] dataFields,
boolean hasDataFields,
int headerDispOffset,
PivotHeaderTree tree) |
HeaderTraverser(PivotHeaderTree tree,
PagingInfo pgInfo,
boolean open) |
Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.