We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.spreadsheet.client.
Class CellData
- java.lang.Object
-
- com.vaadin.flow.component.spreadsheet.client.CellData
-
All Implemented Interfaces:
public class CellData extends Object implements Serializable
See Also:
-
-
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
-
-