| 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 | Class and Description |
|---|---|
class |
OpenCell
The Class OpenCell.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
XBRLTableLayout.createCell(int newColNumber,
int newRowNumber,
CellHeader columnHeader,
CellHeader rowHeader,
CellHeader zHeader,
java.util.TreeSet<java.lang.String> sortedTagSelectors)
Creates the cell.
|
Cell |
XBRLTableLayout.getCellAt(int rowIndex,
int columnIndex)
Access to the Cell object for specific rowIndex and columnIndex.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Cell> |
CellSet.getCells()
Gets the cells.
|