| Package | Description |
|---|---|
| de.hybris.platform.util |
| Modifier and Type | Method and Description |
|---|---|
ASCIITableReport |
ASCIITableReport.addDataRow(java.lang.String... dataRow)
Adds data row to the report.
|
static ASCIITableReport |
ASCIITableReport.builder() |
ASCIITableReport |
ASCIITableReport.disableRowTitles()
Disables all row titles which are normally displayed on left-hand side of the table.
|
ASCIITableReport |
ASCIITableReport.enableRowTitles()
Enables all row titles which were disabled with use of
disableRowTitles() method. |
ASCIITableReport |
ASCIITableReport.titledBy(java.lang.String rowTitle)
Title for the last data row defined by
addDataRow(String...) method. |
ASCIITableReport |
ASCIITableReport.withTopHeaders(java.lang.String... headers)
Allows to define top columns headers.
|
Copyright © 2018 SAP SE. All Rights Reserved.