Class FloatCellFormatter

java.lang.Object
com.saperion.ngc.servlet.process.export.FloatCellFormatter
All Implemented Interfaces:
CellFormatter

public class FloatCellFormatter extends Object implements CellFormatter
Implementation of CellFormatter for float values.
  • Constructor Details

    • FloatCellFormatter

      public FloatCellFormatter()
  • Method Details

    • format

      public String format(com.saperion.intf.SaValue value, Locale locale)
      Description copied from interface: CellFormatter
      Formats the value.
      Specified by:
      format in interface CellFormatter
      Parameters:
      value - value to format
      locale - locale for formatter
      Returns:
      formatted value