Uses of Interface
org.dashbuilder.client.widgets.dataset.editor.csv.CSVDataSetDefAttributesEditor.View
-
Packages that use CSVDataSetDefAttributesEditor.View Package Description org.dashbuilder.client.widgets.dataset.editor.csv -
-
Uses of CSVDataSetDefAttributesEditor.View in org.dashbuilder.client.widgets.dataset.editor.csv
Classes in org.dashbuilder.client.widgets.dataset.editor.csv that implement CSVDataSetDefAttributesEditor.View Modifier and Type Class Description classCSVDataSetDefAttributesEditorViewThe CSV Data Set attributes editor view.Fields in org.dashbuilder.client.widgets.dataset.editor.csv declared as CSVDataSetDefAttributesEditor.View Modifier and Type Field Description CSVDataSetDefAttributesEditor.ViewCSVDataSetDefAttributesEditor. viewConstructors in org.dashbuilder.client.widgets.dataset.editor.csv with parameters of type CSVDataSetDefAttributesEditor.View Constructor Description CSVDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, org.dashbuilder.common.client.editor.ValueBoxEditor<String> fileURL, org.dashbuilder.common.client.editor.file.FileUploadEditor filePath, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> separatorChar, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> quoteChar, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> escapeChar, org.dashbuilder.common.client.editor.ValueBoxEditor<String> datePattern, org.dashbuilder.common.client.editor.ValueBoxEditor<String> numberPattern, CSVDataSetDefAttributesEditor.View view)
-