Class PivotDataCell
java.lang.Object
io.jmix.pivottable.model.extension.PivotDataCell
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBold()
getType()
getValue()
void
void
setClassName
(String className) void
setColSpan
(Integer colSpan) void
setRowSpan
(Integer rowSpan) void
setType
(PivotDataCell.Type type) void
-
Field Details
-
colSpan
-
rowSpan
-
className
-
value
-
type
-
isBold
-
-
Constructor Details
-
PivotDataCell
public PivotDataCell()
-
-
Method Details
-
getColSpan
-
setColSpan
-
getRowSpan
-
setRowSpan
-
getClassName
-
setClassName
-
getValue
-
setValue
-
getType
-
setType
-
getBold
-
setBold
-