public class CellData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
cellStyle |
int |
col |
String |
formulaValue |
boolean |
isPercentage |
boolean |
locked |
boolean |
needsMeasure |
String |
originalValue |
int |
row |
String |
value |
| Constructor and Description |
|---|
CellData() |
public int row
public int col
public String value
public String formulaValue
public String originalValue
public String cellStyle
public boolean locked
public boolean needsMeasure
public boolean isPercentage
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.