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