public interface IFIXGRIDExcelExporter
FIXGRIDExcelExporter.| Modifier and Type | Method and Description |
|---|---|
byte[] |
exportGrid(FIXGRIDBinding fixgrid,
java.util.List<ColumnInfo> columns,
java.util.List<java.util.List<FIXGRIDBinding.FormattedValue>> data,
boolean selctedItemsOnly)
Creation of pdf document.
|
float |
getColumnSizeFactor() |
int |
getMaxNumberOfGridRows() |
void |
setColumnSizeFactor(float columnSizeFactor)
There is a calculation of column widths which is based in the
width definition inside the FIXGRID component.
|
void |
setExportInfoProvider(IFIXGRIDExportInfoProvider exportInfoProvider)
Optional call back interface which allows the exporter
to get more information about individual data rows/cells.
|
void |
setGridTitle(java.lang.String title)
Setting of title text that is printed before the grid.
|
void |
setMaxNumberOfGridRows(int maxNumberOfGridRows) |
void setGridTitle(java.lang.String title)
byte[] exportGrid(FIXGRIDBinding fixgrid, java.util.List<ColumnInfo> columns, java.util.List<java.util.List<FIXGRIDBinding.FormattedValue>> data, boolean selctedItemsOnly)
void setExportInfoProvider(IFIXGRIDExportInfoProvider exportInfoProvider)
void setColumnSizeFactor(float columnSizeFactor)
float getColumnSizeFactor()
void setMaxNumberOfGridRows(int maxNumberOfGridRows)
int getMaxNumberOfGridRows()
Copyright © CaptainCasa Gmbh. All Rights Reserved.