Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableCell
Packages that use TableCell
-
Uses of TableCell in org.vaadin.firitin.fields.internalhtmltable
Subclasses of TableCell in org.vaadin.firitin.fields.internalhtmltableModifier and TypeClassDescriptionclass
Represents the table data cell element (<td>
).class
Represents the table header cell element (<th>
).Methods in org.vaadin.firitin.fields.internalhtmltable that return types with arguments of type TableCellModifier 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.Methods in org.vaadin.firitin.fields.internalhtmltable with parameters of type TableCellModifier and TypeMethodDescriptionvoid
Adds the given cells to this instance.void
TableRow.removeCells
(TableCell... cells) Removes the given cells from this instance.