Class PivotTableFormatter

java.lang.Object
io.jmix.reports.yarg.formatters.impl.AbstractFormatter
io.jmix.reports.libintegration.PivotTableFormatter
All Implemented Interfaces:
ReportFormatter

@Component("report_PivotTableFormatter") @Scope("prototype") public class PivotTableFormatter extends AbstractFormatter
  • Constructor Details

  • Method Details

    • renderDocument

      public void renderDocument()
      Description copied from interface: ReportFormatter
      Creates document and serializes it to predefined stream (or something like this)
    • getEntries

      protected List<KeyValueEntity> getEntries(PivotTableDescription configuration)