default HCRow |
IHCTable.addBodyRow() |
|
default HCRow |
IHCTable.addBodyRowAt(int nIndex) |
Add a body row at the specified index.
|
HCRow |
HCRow.addCell(IHCNode aChild) |
Add a single new cell and add the passed element.
|
HCRow |
HCRow.addCell(IHCNode... aCellChildren) |
Add a single new cell and add the passed elements.
|
HCRow |
HCRow.addCell(Iterable<? extends IHCNode> aCellChildren) |
Add a single new cell and add the passed elements.
|
HCRow |
HCRow.addCell(String sCellText) |
Add a single cell with the given text element.
|
HCRow |
HCRow.addCell(String... aCellTexts) |
Add a single new cell and add the passed texts.
|
HCRow |
HCRow.addCellAt(int nIndex,
IHCNode aChild) |
Add a single new cell and add the passed element.
|
HCRow |
HCRow.addCellAt(int nIndex,
IHCNode... aCellChildren) |
Add a single new cell and add the passed elements.
|
HCRow |
HCRow.addCellAt(int nIndex,
Iterable<? extends IHCNode> aCellChildren) |
Add a single new cell and add the passed elements.
|
HCRow |
HCRow.addCellAt(int nIndex,
String sCellText) |
Add a single cell with the given text element.
|
HCRow |
HCRow.addCellAt(int nIndex,
String... aCellChildren) |
Add a single new cell and add the passed texts.
|
HCRow |
HCRow.addCells(IHCNode aCellChild) |
Deprecated.
|
HCRow |
HCRow.addCells(IHCNode... aCellChildren) |
Add multiple cells, one for each passed element.
|
HCRow |
HCRow.addCells(Iterable<? extends IHCNode> aCellChildren) |
Add multiple cells, one for each passed element.
|
HCRow |
HCRow.addCells(String sCellChild) |
Deprecated.
|
HCRow |
HCRow.addCells(String... aCellTexts) |
Add multiple cells, one for each passed string.
|
default HCRow |
IHCTable.addFooterRow() |
|
default HCRow |
IHCTable.addFooterRowAt(int nIndex) |
Add a footer row at the specified index.
|
default HCRow |
IHCTable.addHeaderRow() |
|
default HCRow |
IHCTable.addHeaderRowAt(int nIndex) |
Add a header row at the specified index.
|
HCRow |
AbstractHCTablePart.addRow() |
|
HCRow |
IHCTablePart.addRow() |
|
HCRow |
AbstractHCTablePart.addRowAt(int nIndex) |
|
HCRow |
IHCTablePart.addRowAt(int nIndex) |
Add a row at the specified index.
|
default HCRow |
IHCTable.getBodyRowAtIndex(int nIndex) |
|
default HCRow |
IHCTable.getFirstBodyRow() |
|
default HCRow |
IHCTable.getFirstFooterRow() |
|
default HCRow |
IHCTable.getFirstHeaderRow() |
|
default HCRow |
IHCTable.getFooterRowAtIndex(int nIndex) |
|
default HCRow |
IHCTable.getHeaderRowAtIndex(int nIndex) |
|
default HCRow |
IHCTable.getLastBodyRow() |
|
default HCRow |
IHCTable.getLastFooterRow() |
|
default HCRow |
IHCTable.getLastHeaderRow() |
|
HCRow |
AbstractHCCell.getParentRow() |
|
HCRow |
IHCCell.getParentRow() |
|
HCRow |
HCRow.removeCellAt(int nIndex) |
Remove the cell at the specified index
|