public class CellValueFormatter extends Object implements Serializable
| Constructor and Description |
|---|
CellValueFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScientificNotationStringForNumericCell(double numericValue,
String formattedValue,
float cellWidthRatio,
int width) |
void |
setLocaleDecimalSymbols(DecimalFormatSymbols localeDecimalSymbols) |
public String getScientificNotationStringForNumericCell(double numericValue, String formattedValue, float cellWidthRatio, int width)
public void setLocaleDecimalSymbols(DecimalFormatSymbols localeDecimalSymbols)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.