Interface IFIXGRIDXmlExporter

All Known Implementing Classes:
FIXGRIDXmlExporter

public interface IFIXGRIDXmlExporter
Interface for creating an XML 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.