Class AllRecordsExporter.RowCreationContext

java.lang.Object
io.jmix.gridexportui.exporter.excel.AllRecordsExporter.RowCreationContext
Enclosing class:
AllRecordsExporter

public static class AllRecordsExporter.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()