| Package | Description |
|---|---|
| com.ihr.xbrl.om.table.layout |
The layout model represents the content of the table according with section 7 of the specification
|
| com.ihr.xbrl.om.table.structural |
This package contains classes related with the table structural model.
|
| Constructor and Description |
|---|
Cell(XBRLTableLayout tbl,
int columnNumber,
int rowNumber,
java.util.Collection<java.lang.Object> members)
Instantiates a new cell.
|
CellSet(Axis axis,
XBRLTableLayout layout)
Instantiates a new cell set.
|
OpenCell(XBRLTableLayout xbrlTableLayout,
int newColNumber,
int newRowNumber,
java.util.Vector<java.lang.Object> vMembers)
Instantiates a new open cell.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLTableLayout |
XBRLStructuralTable.getLayoutTable(boolean doLayout,
EditorSource editorSource,
OpenAspectValueResolver externalResolver)
Creates or gets the XBRLTableLayout instance for this structural table.
|