Class PivotData
java.lang.Object
io.jmix.pivottableflowui.export.model.PivotData
- All Implemented Interfaces:
- Serializable
Describes pivot table data that is retrieved from the client and used in the 
PivotTableExporter- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<PivotDataRow>protected Integerprotected Integerprotected List<PivotDataRow>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetBodyRows(List<PivotDataRow> bodyRows) voidsetDataNumCols(Integer dataNumCols) voidsetDataNumRows(Integer dataNumRows) voidsetHeadRows(List<PivotDataRow> headRows) 
- 
Field Details- 
dataNumRows
- 
dataNumCols
- 
headRows
- 
bodyRows
 
- 
- 
Constructor Details- 
PivotDatapublic PivotData()
 
- 
- 
Method Details- 
getDataNumRows
- 
setDataNumRows
- 
getDataNumCols
- 
setDataNumCols
- 
getHeadRows
- 
setHeadRows
- 
getBodyRows
- 
setBodyRows
- 
getAllRows
 
-