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 void
ElementCollectionField.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 TableRow
TableRowContainer.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 TableRow
TableRowContainer.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 TypeMethodDescriptionvoid
Adds the given list of rows.default void
Adds the given rows to this instance.void
Table.insertRows
(int index, TableRow... rows) Inserts the given rows at the given index to this instance.default void
TableRowContainer.insertRows
(int index, TableRow... rows) Inserts the given rows at the given index to this instance.void
Table.removeRows
(TableRow... rows) Removes the given rows from this instance.default void
TableRowContainer.removeRows
(TableRow... rows) Removes the given rows from this instance.void
Table.replaceRow
(int index, TableRow row) Replaces a single row instance to the given index in this container and replaces the existing row.default void
TableRowContainer.replaceRow
(int index, TableRow row) Replaces a single row instance to the given index in this container and replaces the existing row.void
Replaces a single row instance to the given index in this container and replaces the existing row.default void
Replaces a single row instance to the given index in this container and replaces the existing row.