Uses of Class
de.xima.fc.gui.common.model.data.StringDataSheet
Packages that use StringDataSheet
Package
Description
- 
Uses of StringDataSheet in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return StringDataSheetMethods in de.xima.fc.gui.bean.data with parameters of type StringDataSheetModifier and TypeMethodDescriptionvoidDataSourcesSheetBean.setDataSheet(StringDataSheet dataSheet)  - 
Uses of StringDataSheet in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates that return StringDataSheetMethods in de.xima.fc.gui.bean.templates with parameters of type StringDataSheetModifier and TypeMethodDescriptionvoidTemplatesSheetBean.setDataSheet(StringDataSheet dataSheet)  - 
Uses of StringDataSheet in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data that return StringDataSheetModifier and TypeMethodDescriptionstatic final StringDataSheetStringDataSheetUtils.getDataSheet(String data, CSVFormatWrapper csvFormat, int startAtLine) static final StringDataSheetStringDataSheetUtils.getDataSheetFromCSVByteArray(byte[] bytes, CSVFormatWrapper csvFormat, int startAtLine) static final StringDataSheetStringDataSheetUtils.getDataSheetFromCSVString(String csvString, CSVFormatWrapper csvFormat, int startAtLine) static final StringDataSheetStringDataSheetUtils.getDataSheetFromExcelByteArray(byte[] data, String sheetName, int startAtLine) Generates aStringDataSheetfor the given sheet namestatic final StringDataSheetStringDataSheetUtils.getDataSheetFromTemplate(Textbaustein template, Locale clientLocale, String technicalNameKeyColumn, String displayNameKeyColumn, String technicalNameDefaultColumn) Create aStringDataSheetobject and returns it.static final StringDataSheetStringDataSheetUtils.getDefaultDataSheet()Methods in de.xima.fc.gui.utils.data that return types with arguments of type StringDataSheetModifier and TypeMethodDescriptionstatic final Map<String,StringDataSheet> StringDataSheetUtils.getDataSheetsFromExcelByteArray(byte[] data) Generates aMapwithStringDataSheets (values) and their names (key)static final Map<String,StringDataSheet> StringDataSheetUtils.getDataSheetsFromExcelByteArray(byte[] data, List<String> sheetNames) Generates aMapwithStringDataSheets (values) and their names (key) for the given sheet namesMethods in de.xima.fc.gui.utils.data with parameters of type StringDataSheetModifier and TypeMethodDescriptionstatic final StringStringDataSheetUtils.getCSVStringFromDataSheet(StringDataSheet sheet) static final Map<String,Properties> StringDataSheetUtils.getPropertyObjectsFromDataSheet(StringDataSheet dataSheet, String columnNameForPropertyKey, String columnNameForDefault, Locale currentClientLocale) Generates a Properties-Object from all Columns in given data sheet. - 
Uses of StringDataSheet in de.xima.fc.gui.utils.data.importer
Methods in de.xima.fc.gui.utils.data.importer that return StringDataSheet