Interface IFIXGRIDHtmlExporter

All Known Implementing Classes:
FIXGRIDHtmlExporter

public interface IFIXGRIDHtmlExporter
  • Method Summary

    Modifier and Type
    Method
    Description
    exportGridToHtml(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly)
     
    void
    Setting of title text that is printed before the grid.
  • Method Details

    • setGridTitle

      void setGridTitle(String title)
      Setting of title text that is printed before the grid.
    • exportGridToHtml

      String exportGridToHtml(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly)