|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotHeaderNode
The representation of a node in row/column header tree.
Method Summary | |
---|---|
java.util.List<? extends PivotHeaderNode> |
getChildren()
Returns the children of the node. |
int |
getDepth()
Returns the depth of the node, 0 if root. |
PivotField |
getField()
Return the corresponding field of the node |
java.lang.Object |
getKey()
Return the key of node. |
PivotHeaderNode |
getParent()
Returns the parent of the node. |
PivotHeaderTree |
getTree()
Returns the tree of the node. |
boolean |
isLeaf()
Returns true if the node has no children. |
boolean |
isOpen()
Returns true is the node is open. |
void |
setOpen(boolean open)
Set the open state of the node. |
Method Detail |
---|
PivotHeaderTree getTree()
PivotHeaderTree
PivotHeaderNode getParent()
java.util.List<? extends PivotHeaderNode> getChildren()
int getDepth()
boolean isLeaf()
java.lang.Object getKey()
PivotField getField()
boolean isOpen()
void setOpen(boolean open)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |