Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
-
Uses of TableHeaderCell in org.vaadin.firitin.fields.internalhtmltable
Modifier and TypeMethodDescriptionTableRow.addHeaderCell()
Adds a header cell instance to this row.TableRow.addHeaderCells
(int cells) Adds multiple header cells to this instance based on the given integer (must be greater than 0).Modifier and TypeMethodDescriptionTableRow.getHeaderCell
(int headerCellIndex) Returns the header cell with the given index or an empty optional, if the index is out of bounds or if no header cell has been found for that index.TableRow.getHeaderCells()
Returns all header cells of this row as a list.TableRow.streamHeaderCells()
Returns all header cells of this row as a stream.