Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableDataCell
-
Uses of TableDataCell in org.vaadin.firitin.fields.internalhtmltable
Modifier and TypeMethodDescriptionTableRow.addDataCell()
Adds a data cell instance to this row.TableRow.addDataCells
(int cells) Adds multiple data cells to this instance based on the given integer (must be greater than 0).Modifier and TypeMethodDescriptionTableRow.getDataCell
(int dataCellIndex) Returns the data cell with the given index or an empty optional, if the index is out of bounds or if no data cell has been found for that index.TableRow.getDataCells()
Returns all data cells of this row as a list.TableRow.streamDataCells()
Returns all data cells of this row as a stream.