Class PivotDataSeparatedCell

java.lang.Object
io.jmix.pivottable.model.extension.PivotDataSeparatedCell

public class PivotDataSeparatedCell extends Object
  • Field Details

    • id

      protected String id
    • value

      protected String value
    • indexRow

      protected int indexRow
    • indexCol

      protected int indexCol
    • colSpan

      protected int colSpan
    • rowSpan

      protected int rowSpan
    • type

      protected PivotDataCell.Type type
    • isBold

      protected Boolean isBold
  • Constructor Details

    • PivotDataSeparatedCell

      public PivotDataSeparatedCell()
    • PivotDataSeparatedCell

      public PivotDataSeparatedCell(String value, int rowSpan, int colSpan, PivotDataCell.Type type, Boolean isBold)
    • PivotDataSeparatedCell

      public PivotDataSeparatedCell(PivotDataSeparatedCell cell)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • 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

      public PivotDataCell.Type getType()
    • setType

      public void setType(PivotDataCell.Type type)
    • isBold

      public boolean isBold()
    • setBold

      public void setBold(boolean bold)