Class PivotDataCell
java.lang.Object
io.jmix.pivottableflowui.export.model.PivotDataCell
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetType()getValue()isBold()voidsetClassName(String className) voidsetColSpan(Integer colSpan) voidvoidsetRowSpan(Integer rowSpan) voidsetType(PivotDataCell.Type type) void
- 
Field Details- 
colSpan
- 
rowSpan
- 
className
- 
value
- 
type
- 
isBold
 
- 
- 
Constructor Details- 
PivotDataCellpublic PivotDataCell()
 
- 
- 
Method Details- 
getColSpan
- 
setColSpan
- 
getRowSpan
- 
setRowSpan
- 
getClassName
- 
setClassName
- 
getValue
- 
setValue
- 
getType
- 
setType
- 
isBold
- 
setIsBold
 
-