Interface TableRow.Builder

    • Method Detail

      • cells

        TableRow.Builder cells​(Collection<TableCell> cells)

        A list of table cells in a row.

        Parameters:
        cells - A list of table cells in a row.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cells

        TableRow.Builder cells​(TableCell... cells)

        A list of table cells in a row.

        Parameters:
        cells - A list of table cells in a row.
        Returns:
        Returns a reference to this object so that method calls can be chained together.