Class PivotDataRow
java.lang.Object
io.jmix.pivottableflowui.export.model.PivotDataRow
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCells()voidsetCells(List<PivotDataCell> cells) voidsetTableRowNumber(Integer tableRowNumber) 
- 
Field Details- 
tableRowNumber
- 
cells
 
- 
- 
Constructor Details- 
PivotDataRowpublic PivotDataRow()
 
- 
- 
Method Details- 
getTableRowNumber
- 
setTableRowNumber
- 
getCells
- 
setCells
 
-