Package org.zkoss.pivot
Interface PivotHeaderTree
-
- All Known Implementing Classes:
SimplePivotHeaderTree
public interface PivotHeaderTree
The representation of row and column structure of a Pivottable.- Author:
- simonpai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDepth()
Returns the depth of the tree.PivotHeaderNode
getRoot()
Returns the root of the tree.
-
-
-
Method Detail
-
getRoot
PivotHeaderNode getRoot()
Returns the root of the tree.- See Also:
PivotHeaderNode
-
getDepth
int getDepth()
Returns the depth of the tree.
-
-