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
 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.



Copyright © 2012. All Rights Reserved.