Class CellData
- java.lang.Object
-
- com.vaadin.flow.component.spreadsheet.client.CellData
-
- All Implemented Interfaces:
Serializable
public class CellData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
cellStyle
int
col
String
formulaValue
boolean
isPercentage
boolean
locked
boolean
needsMeasure
String
originalValue
int
row
String
value
-
Constructor Summary
Constructors Constructor Description CellData()
-
-
-
Field Detail
-
row
public int row
-
col
public int col
-
value
public String value
-
formulaValue
public String formulaValue
-
originalValue
public String originalValue
-
cellStyle
public String cellStyle
-
locked
public boolean locked
-
needsMeasure
public boolean needsMeasure
-
isPercentage
public boolean isPercentage
-
-