public class TableRow extends Object
| Constructor and Description |
|---|
TableRow() |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
addCellsItem(TableCell cellsItem) |
TableRow |
cells(List<TableCell> cells) |
boolean |
equals(Object o) |
List<TableCell> |
getCells()
Cells for the row.
|
Double |
getHeight()
Height of the row.
|
Double |
getMinimalHeight()
Minimal height of the row.
|
int |
hashCode() |
TableRow |
height(Double height) |
TableRow |
minimalHeight(Double minimalHeight) |
void |
setCells(List<TableCell> cells) |
void |
setHeight(Double height) |
void |
setMinimalHeight(Double minimalHeight) |
String |
toString() |
Copyright © 2025. All rights reserved.