Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableCell
Packages that use TableCell
-
Uses of TableCell in org.vaadin.firitin.fields.internalhtmltable
Subclasses of TableCell in org.vaadin.firitin.fields.internalhtmltableModifier and TypeClassDescriptionclassRepresents the table data cell element (<td>).classRepresents the table header cell element (<th>).Methods in org.vaadin.firitin.fields.internalhtmltable that return types with arguments of type TableCellModifier and TypeMethodDescriptionTableRow.getCell(int index) Returns the cell with the given index or an empty optional, if the index is out of bounds.TableRow.getCells()Returns all cells of this row as a list.TableRow.streamCells()Returns all cells of this row as a stream.Methods in org.vaadin.firitin.fields.internalhtmltable with parameters of type TableCellModifier and TypeMethodDescriptionvoidAdds the given cells to this instance.voidTableRow.removeCells(TableCell... cells) Removes the given cells from this instance.