-
protected void
hook to overrid delect button columne
-
Adds a single row instance to this container.
Adds a single row instance to this container.
Adds multiple rows to this instance based on the given integer (must be greater than 0).
TableRowContainer.addRows(int rows)
Adds multiple rows to this instance based on the given integer (must be greater than 0).
Inserts a single row instance at the given index to this container.
Inserts a single row instance at the given index to this container.
TableRowContainer.getRow(int index)
Returns the row with the given index or an empty optional, if the index is out of bounds.
Returns the rows of this instance as a list.
Returns the rows of this instance as a stream.
Returns the rows of this instance as a stream.
void
Adds the given list of rows.
default void
Adds the given rows to this instance.
void
Inserts the given rows at the given index to this instance.
default void
Inserts the given rows at the given index to this instance.
void
Removes the given rows from this instance.
default void
Removes the given rows from this instance.
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.
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.