public class FlexReporterBuilder.Row
extends java.lang.Object
Constructor and Description |
---|
Row(desmoj.extensions.chaining.report.FlexReporterBuilder.RowCloseCallback closeCallback)
Constructs the Row with the given close callback
|
Modifier and Type | Method and Description |
---|---|
FlexReporterBuilder.Row |
addCell(java.lang.Object cellValue)
Adds a cell with the given value to this row
|
FlexReporterBuilder.Row |
addHeadingCell(java.lang.Object cellValue)
Adds a heading cell with the given value to this row
|
FlexReporterBuilder |
closeRow()
Closes the row so a new one can be opened
|
java.util.LinkedList<FlexReporterBuilder.Cell> |
getCells() |
public Row(desmoj.extensions.chaining.report.FlexReporterBuilder.RowCloseCallback closeCallback)
closeCallback
- A callback object that is notified when a row is closedpublic FlexReporterBuilder.Row addCell(java.lang.Object cellValue)
cellValue
- The value of the new cellpublic FlexReporterBuilder.Row addHeadingCell(java.lang.Object cellValue)
cellValue
- Rowpublic FlexReporterBuilder closeRow()
public java.util.LinkedList<FlexReporterBuilder.Cell> getCells()