papyrus.DSL.builders.RowBuilder
See theRowBuilder companion object
case class RowBuilder[T](cells: ArrayBuffer[CellBuilder[T]]) extends Builder[Row[T]]
Builder for creating a row of cells in a table
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Adds a cell to the row
Adds a cell to the row
Attributes
Adds a header cell
Adds a header cell
Attributes
Adds a standard data cell after header cell
Adds a standard data cell after header cell
Attributes
Adds a standard data cell with content
Adds a standard data cell with content
Attributes
Adds a cell with colspan = 2
Adds a cell with colspan = 2
Attributes
Adds a cell with rowspan = 2
Adds a cell with rowspan = 2
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article