public interface CSVDataSetDefAttributesEditor
extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
The GWT editor contract for the specific attributes of type org.dashbuilder.dataset.def.CSVDataSetDef
.
Used to to edit the following sub-set of attributes:
It is a ValueAwareEditor as must nullify filePath or fileURL editors at runtime depending on the instance value.
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() |
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–2020 JBoss by Red Hat. All rights reserved.