Class ExcelAllRecordsExporter.RowCreationContext

java.lang.Object
io.jmix.gridexportflowui.exporter.excel.ExcelAllRecordsExporter.RowCreationContext
Enclosing class:
ExcelAllRecordsExporter

public static class ExcelAllRecordsExporter.RowCreationContext extends Object
  • Field Details

    • entity

      protected Object entity
    • rowNumber

      protected int rowNumber
  • Constructor Details

    • RowCreationContext

      public RowCreationContext(Object entity, int rowNumber)
  • Method Details

    • getEntity

      public Object getEntity()
    • getRowNumber

      public int getRowNumber()