Modifier and Type | Method and Description |
---|---|
TableCell |
TableRow.get_Item(int cellIndex)
Gets the row's cell with the specified index.
|
TableCell |
TableRow.getCell(int cellRowIndex,
int cellColumnIndex)
Returns a cell by
cellRowIndex and cellColumnIndex . |
Modifier and Type | Method and Description |
---|---|
void |
TableRow.add(TableCell cell)
Adds a
cell to the row. |
static boolean |
PlainTableFrame.areCellEquals(TableCell left,
TableCell right)
Compares two cells.
|
int |
TableCellComparer.compare(TableCell x,
TableCell y)
Compares two objects and returns a value indicating whether one is less than,
equal to, or greater than the other.
|
char |
PlainTableFrame.getCross(TableCell topLeft,
TableCell topRight,
TableCell bottomLeft,
TableCell bottomRight)
Returns a symbol of the cross.
|
String |
PlainTableFrame.getHorizontal(TableCell top,
TableCell bottom,
int columnWidth)
Returns a horizontal edge.
|
char |
PlainTableFrame.getVertical(TableCell left,
TableCell right)
Returns a vertical edge.
|
Modifier and Type | Method and Description |
---|---|
void |
TableRow.addRange(List<TableCell> cellsCollection)
Adds a collection of the cells to the row.
|
Constructor and Description |
---|
TableRow(int rowIndex,
List<TableCell> cellsCollection)
Initializes a new instance of the
TableRow class. |
TableRow(int rowIndex,
List<TableCell> cellsCollection,
Integer height)
Initializes a new instance of the
TableRow class. |
Copyright © 2018. All rights reserved.