Class NumberCellFormatter
java.lang.Object
com.saperion.ngc.servlet.process.export.NumberCellFormatter
- All Implemented Interfaces:
CellFormatter
Implementation of
CellFormatter
for number-values.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NumberCellFormatter
public NumberCellFormatter()
-
-
Method Details
-
format
Description copied from interface:CellFormatter
Formats the value.- Specified by:
format
in interfaceCellFormatter
- Parameters:
value
- value to formatlocale
- locale for formatter- Returns:
- formatted value
-