Class FloatCellFormatter
- java.lang.Object
-
- com.saperion.ngc.servlet.process.export.FloatCellFormatter
-
- All Implemented Interfaces:
CellFormatter
public class FloatCellFormatter extends java.lang.Object implements CellFormatter
Implementation ofCellFormatterfor float values.
-
-
Constructor Summary
Constructors Constructor Description FloatCellFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat(com.saperion.intf.SaValue value, java.util.Locale locale)Formats the value.
-
-
-
Method Detail
-
format
public java.lang.String format(com.saperion.intf.SaValue value, java.util.Locale locale)Description copied from interface:CellFormatterFormats the value.- Specified by:
formatin interfaceCellFormatter- Parameters:
value- value to formatlocale- locale for formatter- Returns:
- formatted value
-
-