Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableDataCell
Packages that use TableDataCell
-
Uses of TableDataCell in org.vaadin.firitin.fields.internalhtmltable
Methods in org.vaadin.firitin.fields.internalhtmltable that return TableDataCellModifier 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).Methods in org.vaadin.firitin.fields.internalhtmltable that return types with arguments of type TableDataCellModifier 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.