public class OpenCellHeader extends CellHeader
| Constructor and Description |
|---|
OpenCellHeader(Group group,
XBRLStructuralNode nu,
CellHeader parent,
EffectiveBreakdown effectiveBreakdown)
Instantiates a new open cell header.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Returns a proper label for the cell based on the cell type
and the aspects linked with this cell along with the
parameters set in the DTS such as preferred languages.
|
addChildren, findAspect, getAspects, getChildren, getColNumber, getGroup, getIndexNumber, getParent, getRowNumber, getSpan, getTableStructuralNode, getTagSelector, hasRollUp, isLeaf, isOpen, isRollUp, isRollUpPositionLeft, isRollUpPositionRight, isTitle, setRowColumnNumber, toStringpublic OpenCellHeader(Group group, XBRLStructuralNode nu, CellHeader parent, EffectiveBreakdown effectiveBreakdown)
group - the groupnu - the nuparent - the parenteffectiveBreakdown - the effective breakdownpublic java.lang.String getLabel()
getLabel in class CellHeader