Uses of Class
de.hybris.platform.util.ASCIITableReport
-
Packages that use ASCIITableReport Package Description de.hybris.platform.util -
-
Uses of ASCIITableReport in de.hybris.platform.util
Methods in de.hybris.platform.util that return ASCIITableReport Modifier and Type Method Description ASCIITableReportASCIITableReport. addDataRow(java.lang.String... dataRow)Adds data row to the report.static ASCIITableReportASCIITableReport. builder()ASCIITableReportASCIITableReport. disableRowTitles()Disables all row titles which are normally displayed on left-hand side of the table.ASCIITableReportASCIITableReport. enableRowTitles()Enables all row titles which were disabled with use ofdisableRowTitles()method.ASCIITableReportASCIITableReport. titledBy(java.lang.String rowTitle)Title for the last data row defined byaddDataRow(String...)method.ASCIITableReportASCIITableReport. withTopHeaders(java.lang.String... headers)Allows to define top columns headers.
-