Package it.smartio.docs.builder
Class TableBuilder.RowBuilder
- java.lang.Object
-
- it.smartio.docs.builder.TableBuilder.RowBuilder
-
- All Implemented Interfaces:
Table.Row
- Enclosing class:
- TableBuilder
public class TableBuilder.RowBuilder extends java.lang.Object implements Table.Row
-
-
Constructor Summary
Constructors Constructor Description RowBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableBuilder.CellBuilderaddCell(int rows, int cols)java.util.List<Table.Cell>getCells()
-
-
-
Method Detail
-
addCell
public TableBuilder.CellBuilder addCell(int rows, int cols)
-
getCells
public final java.util.List<Table.Cell> getCells()
-
-