| Package | Description |
|---|---|
| com.ihr.xbrl.om.table.layout |
The layout model represents the content of the table according with section 7 of the specification
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveBreakdown |
XBRLTableLayout.getEffectiveBreakdown(Axis axis,
OpenAspectValueResolver externalResolver)
Returns (or computes and returns) the effective breakdown of all breakdowns in an axis
from the structural model to the layout model.
|
| Constructor and Description |
|---|
CellHeader(Group group,
XBRLStructuralNode nu,
CellHeader parent,
EffectiveBreakdown effectiveBreakdown,
int openNodeValueIndex)
Instantiates a new cell header.
|
OpenCellHeader(Group group,
XBRLStructuralNode nu,
CellHeader parent,
EffectiveBreakdown effectiveBreakdown)
Instantiates a new open cell header.
|