IHCCell<?> |
HCRow.addAndReturnCell(IHCNode aCellChild) |
Add a single new cell and add the passed element.
|
IHCCell<?> |
HCRow.addAndReturnCell(IHCNode... aCellChildren) |
Add a single new cell and add the passed elements.
|
IHCCell<?> |
HCRow.addAndReturnCell(Iterable<? extends IHCNode> aCellChildren) |
Add a single new cell and add the passed elements.
|
IHCCell<?> |
HCRow.addAndReturnCell(String sCellText) |
Add a single cell with the given text element.
|
IHCCell<?> |
HCRow.addAndReturnCell(String... aCellTexts) |
Add a single cell with the given text elements.
|
IHCCell<?> |
HCRow.addAndReturnCellAt(int nIndex,
IHCNode aCellChild) |
Add a single new cell and add the passed element.
|
IHCCell<?> |
HCRow.addAndReturnCellAt(int nIndex,
IHCNode... aCellChildren) |
Add a single new cell and add the passed elements.
|
IHCCell<?> |
HCRow.addAndReturnCellAt(int nIndex,
Iterable<? extends IHCNode> aCellChildren) |
Add a single new cell and add the passed elements.
|
IHCCell<?> |
HCRow.addAndReturnCellAt(int nIndex,
String sCellText) |
Add a single cell with the given text element.
|
IHCCell<?> |
HCRow.addAndReturnCellAt(int nIndex,
String... aCellTexts) |
Add a single cell with the given text elements.
|
IHCCell<?> |
HCRow.addCell() |
Add an empty cell.
|
IHCCell<?> |
HCRow.addCellAt(int nIndex) |
Add an empty cell at the specified index.
|
IHCCell<?> |
HCRow.getCellAtEffectiveIndex(int nIndex) |
Get the cell at the specified index in this row.
|
IHCCell<?> |
HCRow.getCellAtIndex(int nIndex) |
Get the cell at the specified index in this row.
|