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.FormattedValueFIXGRIDBinding.getToBeAccessedNodeFormattedValue(org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci) protected FIXGRIDBinding.FormattedValueFIXGRIDBinding.getToBeAccessedNodeFormattedValue(org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.READTYPE readType) protected FIXGRIDBinding.FormattedValueFIXGRIDBinding.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 TypeMethodDescriptionvoidFIXGRIDExportSanitizer.DummyExportSanitizer.sanitizeValueDataBeforeExport(ENUMExportType exportType, List<List<FIXGRIDBinding.FormattedValue>> data) voidIFIXGRIDExportSanitizer.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 voidFIXGRIDExcelExporter.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 voidFIXGRIDOdsExporter.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 voidFIXGRIDOdsExporter.createDataRow(List<FIXGRIDBinding.FormattedValue> row) protected voidFIXGRIDExcelExporter.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 voidFIXGRIDOdsExporter.createDataRows(List<List<FIXGRIDBinding.FormattedValue>> data) protected voidFIXGRIDOdsExporter.createFooterRow(List<FIXGRIDBinding.FormattedValue> row) protected voidFIXGRIDOdsExporter.createFooterRows(List<List<FIXGRIDBinding.FormattedValue>> footerRows) protected voidFIXGRIDOdsExporter.createHeaderRow(List<FIXGRIDBinding.FormattedValue> row) protected voidFIXGRIDOdsExporter.createHeaderRows(List<List<FIXGRIDBinding.FormattedValue>> headerRows) protected voidFIXGRIDOdsExporter.createRow(List<FIXGRIDBinding.FormattedValue> row) voidDefaultFIXGRIDExportSanitizer.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.