Interface IFIXGRIDHtmlExporter
- All Known Implementing Classes:
FIXGRIDHtmlExporter
public interface IFIXGRIDHtmlExporter
-
Method Summary
Modifier and TypeMethodDescriptionexportGridToHtml(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly) voidsetGridTitle(String title) Setting of title text that is printed before the grid.
-
Method Details
-
setGridTitle
Setting of title text that is printed before the grid. -
exportGridToHtml
-