Class PivotDataSeparatedCell
java.lang.Object
io.jmix.pivottable.model.extension.PivotDataSeparatedCell
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPivotDataSeparatedCell
(String value, int rowSpan, int colSpan, PivotDataCell.Type type, Boolean isBold) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
int
int
int
getType()
getValue()
boolean
isBold()
void
setBold
(boolean bold) void
setColSpan
(int colSpan) void
void
setIndexCol
(int indexCol) void
setIndexRow
(int indexRow) void
setRowSpan
(int rowSpan) void
setType
(PivotDataCell.Type type) void
-
Field Details
-
id
-
value
-
indexRow
protected int indexRow -
indexCol
protected int indexCol -
colSpan
protected int colSpan -
rowSpan
protected int rowSpan -
type
-
isBold
-
-
Constructor Details
-
PivotDataSeparatedCell
public PivotDataSeparatedCell() -
PivotDataSeparatedCell
public PivotDataSeparatedCell(String value, int rowSpan, int colSpan, PivotDataCell.Type type, Boolean isBold) -
PivotDataSeparatedCell
-
-
Method Details
-
getId
-
setId
-
getValue
-
setValue
-
getIndexRow
public int getIndexRow() -
setIndexRow
public void setIndexRow(int indexRow) -
getIndexCol
public int getIndexCol() -
setIndexCol
public void setIndexCol(int indexCol) -
getColSpan
public int getColSpan() -
setColSpan
public void setColSpan(int colSpan) -
getRowSpan
public int getRowSpan() -
setRowSpan
public void setRowSpan(int rowSpan) -
getType
-
setType
-
isBold
public boolean isBold() -
setBold
public void setBold(boolean bold)
-