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