public interface PivotHeaderNode
Modifier and Type | Method and Description |
---|---|
PivotHeaderNode |
getChild(Object key)
Find child by node key.
|
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
|
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.
|
PivotHeaderTree getTree()
PivotHeaderTree
PivotHeaderNode getParent()
List<? extends PivotHeaderNode> getChildren()
int getDepth()
boolean isLeaf()
PivotHeaderNode getChild(Object key)
int getSize(boolean asIfOpen)
int getSubtotalCount(boolean asIfOpen)
Object getKey()
PivotField getField()
boolean isOpen()
void setOpen(boolean open)
Copyright © 2017. All rights reserved.