Interface IFIXGRIDCsvExporter

All Known Implementing Classes:
FIXGRIDCsvExporter

public interface IFIXGRIDCsvExporter
Interface for creating an CSV document out of grid data. Default implementation is FIXGRIDCsvExporter.
Please use the default implementation for sub-classing.
  • Method Summary

    Modifier and Type
    Method
    Description
    exportGrid(FIXGRIDBinding fixgrid, boolean selectedItemsOnly)
    Creation of csv document.
  • Method Details

    • exportGrid

      String exportGrid(FIXGRIDBinding fixgrid, boolean selectedItemsOnly)
      Creation of csv document.