Class AbstractXlsxHint.DataObject
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.hints.AbstractXlsxHint.DataObject
- Enclosing class:
- AbstractXlsxHint
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final BandDataprotected final org.xlsx4j.sml.Cellprotected final org.xlsx4j.sml.Cell
- 
Constructor SummaryConstructorsConstructorDescriptionDataObject(org.xlsx4j.sml.Cell templateCell, org.xlsx4j.sml.Cell resultCell, BandData bandData, List<String> params) 
- 
Method Summary
- 
Field Details- 
templateCellprotected final org.xlsx4j.sml.Cell templateCell
- 
resultCellprotected final org.xlsx4j.sml.Cell resultCell
- 
bandData
- 
params
 
- 
- 
Constructor Details- 
DataObject
 
-