public interface CSVDataSetDefEditor extends DataSetDefEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
The GWT editor contract for beans of type org.dashbuilder.dataset.def.CSVDataSetDef
.
Modifier and Type | Method and Description |
---|---|
LeafAttributeEditor<String> |
datePattern() |
LeafAttributeEditor<Character> |
escapeChar() |
LeafAttributeEditor<String> |
filePath() |
LeafAttributeEditor<String> |
fileURL() |
boolean |
isUsingFilePath() |
LeafAttributeEditor<String> |
numberPattern() |
LeafAttributeEditor<Character> |
quoteChar() |
LeafAttributeEditor<Character> |
separatorChar() |
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
flush, onPropertyChange, setValue
setAcceptableValues
LeafAttributeEditor<String> fileURL()
LeafAttributeEditor<String> filePath()
LeafAttributeEditor<Character> separatorChar()
LeafAttributeEditor<Character> quoteChar()
LeafAttributeEditor<Character> escapeChar()
LeafAttributeEditor<String> datePattern()
LeafAttributeEditor<String> numberPattern()
@Editor.Ignore boolean isUsingFilePath()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.