Uses of Class
org.vaadin.firitin.fields.internalhtmltable.TableRow
Packages that use TableRow
-
Uses of TableRow in org.vaadin.firitin.fields
Methods in org.vaadin.firitin.fields with parameters of type TableRowModifier and TypeMethodDescriptionprotected voidElementCollectionField.addDeleteButtonColumn(TableRow row, T item) hook to overrid delect button columne -
Uses of TableRow in org.vaadin.firitin.fields.internalhtmltable
Methods in org.vaadin.firitin.fields.internalhtmltable that return TableRowModifier and TypeMethodDescriptionTable.addRow()Adds a single row instance to this container.default TableRowTableRowContainer.addRow()Adds a single row instance to this container.TableRow[]Table.addRows(int rows) Adds multiple rows to this instance based on the given integer (must be greater than 0).default TableRow[]TableRowContainer.addRows(int rows) Adds multiple rows to this instance based on the given integer (must be greater than 0).Table.insertRow(int index) Inserts a single row instance at the given index to this container.default TableRowTableRowContainer.insertRow(int index) Inserts a single row instance at the given index to this container.Methods in org.vaadin.firitin.fields.internalhtmltable that return types with arguments of type TableRowModifier and TypeMethodDescriptionTableRowContainer.getRow(int index) Returns the row with the given index or an empty optional, if the index is out of bounds.TableRowContainer.getRows()Returns the rows of this instance as a list.Table.streamRows()Returns the rows of this instance as a stream.TableRowContainer.streamRows()Returns the rows of this instance as a stream.Methods in org.vaadin.firitin.fields.internalhtmltable with parameters of type TableRowModifier and TypeMethodDescriptionvoidAdds the given list of rows.default voidAdds the given rows to this instance.voidTable.insertRows(int index, TableRow... rows) Inserts the given rows at the given index to this instance.default voidTableRowContainer.insertRows(int index, TableRow... rows) Inserts the given rows at the given index to this instance.voidTable.removeRows(TableRow... rows) Removes the given rows from this instance.default voidTableRowContainer.removeRows(TableRow... rows) Removes the given rows from this instance.voidTable.replaceRow(int index, TableRow row) Replaces a single row instance to the given index in this container and replaces the existing row.default voidTableRowContainer.replaceRow(int index, TableRow row) Replaces a single row instance to the given index in this container and replaces the existing row.voidReplaces a single row instance to the given index in this container and replaces the existing row.default voidReplaces a single row instance to the given index in this container and replaces the existing row.