Uses of Class
org.eclnt.jsfserver.elements.impl.FIXGRIDBinding.FormattedValue
Packages that use FIXGRIDBinding.FormattedValue
Package
Description
-
Uses of FIXGRIDBinding.FormattedValue in org.eclnt.jsfserver.elements
Methods in org.eclnt.jsfserver.elements that return FIXGRIDBinding.FormattedValue -
Uses of FIXGRIDBinding.FormattedValue in org.eclnt.jsfserver.elements.impl
Methods in org.eclnt.jsfserver.elements.impl that return FIXGRIDBinding.FormattedValueModifier and TypeMethodDescriptionFIXGRIDBinding.getItemColumnFormattedValue
(itemClass item, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.READTYPE readType) protected FIXGRIDBinding.FormattedValue
FIXGRIDBinding.getToBeAccessedNodeFormattedValue
(org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci) protected FIXGRIDBinding.FormattedValue
FIXGRIDBinding.getToBeAccessedNodeFormattedValue
(org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.READTYPE readType) protected FIXGRIDBinding.FormattedValue
FIXGRIDBinding.getToBeAccessedNodeFormattedValueForExport
(org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci) Methods in org.eclnt.jsfserver.elements.impl that return types with arguments of type FIXGRIDBinding.FormattedValueModifier and TypeMethodDescriptionFIXGRIDBinding.Exporter.exportToFormattedValueList
(boolean selectedRowsOnly) FIXGRIDBinding.Exporter.exportToValueListFooter()
FIXGRIDBinding.Exporter.exportToValueListHeader()
Method parameters in org.eclnt.jsfserver.elements.impl with type arguments of type FIXGRIDBinding.FormattedValueModifier and TypeMethodDescriptionvoid
FIXGRIDExportSanitizer.DummyExportSanitizer.sanitizeValueDataBeforeExport
(ENUMExportType exportType, List<List<FIXGRIDBinding.FormattedValue>> data) void
IFIXGRIDExportSanitizer.sanitizeValueDataBeforeExport
(ENUMExportType exportType, List<List<FIXGRIDBinding.FormattedValue>> data) -
Uses of FIXGRIDBinding.FormattedValue in org.eclnt.jsfserver.elements.util
Methods in org.eclnt.jsfserver.elements.util that return types with arguments of type FIXGRIDBinding.FormattedValueModifier and TypeMethodDescriptionDefaultFIXGRIDExportInfoProvider.updateFooterRowValues
(List<List<FIXGRIDBinding.FormattedValue>> footerRows) IFIXGRIDExportInfoProvider.updateFooterRowValues
(List<List<FIXGRIDBinding.FormattedValue>> footerRows) Allows to explicitly update the rows that form the footer part of the table.DefaultFIXGRIDExportInfoProvider.updateHeaderRowValues
(List<List<FIXGRIDBinding.FormattedValue>> headerRows) IFIXGRIDExportInfoProvider.updateHeaderRowValues
(List<List<FIXGRIDBinding.FormattedValue>> headerRows) Allows to explicitly update the rows that form the header part of the table.Methods in org.eclnt.jsfserver.elements.util with parameters of type FIXGRIDBinding.FormattedValueModifier and TypeMethodDescriptionprotected void
FIXGRIDExcelExporter.feedCell
(org.apache.poi.ss.usermodel.Workbook wb, org.apache.poi.ss.usermodel.Cell cell, FIXGRIDBinding.FormattedValue value, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo columnInfo) protected void
FIXGRIDOdsExporter.transferFormattedValueIntoCell
(FIXGRIDBinding.FormattedValue v, org.odftoolkit.simple.table.Cell sshCell) Method parameters in org.eclnt.jsfserver.elements.util with type arguments of type FIXGRIDBinding.FormattedValueModifier and TypeMethodDescriptionprotected void
FIXGRIDOdsExporter.createDataRow
(List<FIXGRIDBinding.FormattedValue> row) protected void
FIXGRIDExcelExporter.createDataRows
(org.apache.poi.xssf.usermodel.XSSFWorkbook wb, org.apache.poi.ss.usermodel.Sheet sheet, List<List<FIXGRIDBinding.FormattedValue>> data, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, Map<String, org.apache.poi.xssf.usermodel.XSSFCellStyle> bufferCellStyles) protected void
FIXGRIDOdsExporter.createDataRows
(List<List<FIXGRIDBinding.FormattedValue>> data) protected void
FIXGRIDOdsExporter.createFooterRow
(List<FIXGRIDBinding.FormattedValue> row) protected void
FIXGRIDOdsExporter.createFooterRows
(List<List<FIXGRIDBinding.FormattedValue>> footerRows) protected void
FIXGRIDOdsExporter.createHeaderRow
(List<FIXGRIDBinding.FormattedValue> row) protected void
FIXGRIDOdsExporter.createHeaderRows
(List<List<FIXGRIDBinding.FormattedValue>> headerRows) protected void
FIXGRIDOdsExporter.createRow
(List<FIXGRIDBinding.FormattedValue> row) void
DefaultFIXGRIDExportSanitizer.sanitizeValueDataBeforeExport
(ENUMExportType exportType, List<List<FIXGRIDBinding.FormattedValue>> data) DefaultFIXGRIDExportInfoProvider.updateFooterRowValues
(List<List<FIXGRIDBinding.FormattedValue>> footerRows) IFIXGRIDExportInfoProvider.updateFooterRowValues
(List<List<FIXGRIDBinding.FormattedValue>> footerRows) Allows to explicitly update the rows that form the footer part of the table.DefaultFIXGRIDExportInfoProvider.updateHeaderRowValues
(List<List<FIXGRIDBinding.FormattedValue>> headerRows) IFIXGRIDExportInfoProvider.updateHeaderRowValues
(List<List<FIXGRIDBinding.FormattedValue>> headerRows) Allows to explicitly update the rows that form the header part of the table.