Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
-
Packages that use TableHeaderCell Package Description org.vaadin.firitin.fields.internalhtmltable -
-
Uses of TableHeaderCell in org.vaadin.firitin.fields.internalhtmltable
Methods in org.vaadin.firitin.fields.internalhtmltable that return TableHeaderCell Modifier and Type Method Description TableHeaderCellTableRow. addHeaderCell()Adds a header cell instance to this row.TableHeaderCell[]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 TableHeaderCell Modifier and Type Method Description Optional<TableHeaderCell>TableRow. 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.List<TableHeaderCell>TableRow. getHeaderCells()Returns all header cells of this row as a list.Stream<TableHeaderCell>TableRow. streamHeaderCells()Returns all header cells of this row as a stream.
-