Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableCell
-
Uses of TableCell in org.vaadin.firitin.fields.internalhtmltable
Modifier and TypeClassDescriptionclass
Represents the table data cell element (<td>
).class
Represents the table header cell element (<th>
).Modifier and TypeMethodDescriptionTableRow.getCell
(int index) Returns the cell with the given index or an empty optional, if the index is out of bounds.TableRow.getCells()
Returns all cells of this row as a list.TableRow.streamCells()
Returns all cells of this row as a stream.Modifier and TypeMethodDescriptionvoid
Adds the given cells to this instance.void
TableRow.removeCells
(TableCell... cells) Removes the given cells from this instance.