com.pnfsoftware.jeb.core.output.tree.INode |
Known Indirect Subclasses |
A tree node definition, the main constituent of tree documents
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String[] |
getAdditionalLabels()
Get the additional labels for table trees.
| ||||||||||
abstract List<? extends INode> |
getChildren()
Get the children of this node.
| ||||||||||
abstract String |
getLabel()
Get the primary label of this node.
|
Get the additional labels for table trees. Simple trees should return null.
It is recommended to avoid new-line characters in the label. If new line characters are found, what happens to them is client-specific.
Get the children of this node.
Get the primary label of this node. That label is used by simple trees as the primary label, or as the first label in a row for table trees.
It is recommended to avoid new-line characters in the label. If new line characters are found, what happens to them is client-specific.