Uses of Class
de.xima.fc.gui.common.model.data.StringDataSheet
- 
Packages that use StringDataSheet Package Description de.xima.fc.gui.bean.data de.xima.fc.gui.bean.templates de.xima.fc.gui.utils.data de.xima.fc.gui.utils.data.importer  - 
- 
Uses of StringDataSheet in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return StringDataSheet Modifier and Type Method Description StringDataSheetDataSourcesSheetBean. getDataSheet()Methods in de.xima.fc.gui.bean.data with parameters of type StringDataSheet Modifier and Type Method Description voidDataSourcesSheetBean. setDataSheet(StringDataSheet dataSheet) - 
Uses of StringDataSheet in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates that return StringDataSheet Modifier and Type Method Description StringDataSheetTemplatesSheetBean. getDataSheet()Methods in de.xima.fc.gui.bean.templates with parameters of type StringDataSheet Modifier and Type Method Description voidTemplatesSheetBean. setDataSheet(StringDataSheet dataSheet) - 
Uses of StringDataSheet in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data that return StringDataSheet Modifier and Type Method Description static StringDataSheetStringDataSheetUtils. getDataSheet(String data, CSVFormatWrapper csvFormat, int startAtLine)static StringDataSheetStringDataSheetUtils. getDataSheetFromCSVByteArray(byte[] bytes, CSVFormatWrapper csvFormat, int startAtLine)static StringDataSheetStringDataSheetUtils. getDataSheetFromCSVString(String csvString, CSVFormatWrapper csvFormat, int startAtLine)static StringDataSheetStringDataSheetUtils. getDataSheetFromExcelByteArray(byte[] data, String sheetName, int startAtLine)Generates aStringDataSheetfor the given sheet namestatic StringDataSheetStringDataSheetUtils. getDataSheetFromTemplate(Textbaustein template, Locale clientLocale, String technicalNameKeyColumn, String displayNameKeyColumn, String technicalNameDefaultColumn)Create aStringDataSheetobject and returns it.static StringDataSheetStringDataSheetUtils. getDefaultDataSheet()Methods in de.xima.fc.gui.utils.data that return types with arguments of type StringDataSheet Modifier and Type Method Description static Map<String,StringDataSheet>StringDataSheetUtils. getDataSheetsFromExcelByteArray(byte[] data)Generates aMapwithStringDataSheets (values) and their names (key)static 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 StringDataSheet Modifier and Type Method Description static StringStringDataSheetUtils. getCSVStringFromDataSheet(StringDataSheet sheet)static 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 Modifier and Type Method Description StringDataSheetDataSourceImporter. getDataSheet() 
 -