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