Class AbstractHint.DataObject

java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.hints.AbstractHint.DataObject
Enclosing class:
AbstractHint

protected static class AbstractHint.DataObject extends Object
  • Field Details

    • resultCell

      protected final org.apache.poi.hssf.usermodel.HSSFCell resultCell
    • templateCell

      protected final org.apache.poi.hssf.usermodel.HSSFCell templateCell
    • bandData

      protected final BandData bandData
  • Constructor Details

    • DataObject

      public DataObject(org.apache.poi.hssf.usermodel.HSSFCell resultCell, org.apache.poi.hssf.usermodel.HSSFCell templateCell, BandData bandData)