|
||||||||||
| 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 | |
|---|---|
PivotHeaderNode |
getChild(java.lang.Object key)
Find child by node key. |
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. |
int |
getSize(boolean asIfOpen)
TODO |
int |
getSubtotalCount(boolean asIfOpen)
TODO |
PivotHeaderTree |
getTree()
Returns the tree of the node. |
boolean |
isLeaf()
Returns true if the node has no child. |
boolean |
isOpen()
Returns true is the node is open. |
void |
setOpen(boolean open)
Set the open state of the node. |
| Method Detail |
|---|
PivotHeaderTree getTree()
PivotHeaderTreePivotHeaderNode getParent()
java.util.List<? extends PivotHeaderNode> getChildren()
int getDepth()
boolean isLeaf()
PivotHeaderNode getChild(java.lang.Object key)
int getSize(boolean asIfOpen)
int getSubtotalCount(boolean asIfOpen)
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 | |||||||||