@Dependent public class CSVDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.CSVDataSetDef> implements CSVDataSetDefEditor
CSV Data Set editor presenter.
DataSetEditor.ViewadvancedTabItemClickHandler, afterPreviewCommand, backendCacheAttributesEditor, basicAttributesEditor, clientCacheAttributesEditor, clientServices, columnsAndFilterEditor, configurationTabItemClickHandler, dataSetDef, errorEvent, loadingBox, previewTabItemClickHandler, previewTable, providerAttributesEditorView, TAB_ADVANCED, TAB_CONFIGURATION, TAB_PREVIEW, tabChangedEvent, view| Constructor and Description |
|---|
CSVDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor,
CSVDataSetDefAttributesEditor attributesEditor,
DataSetDefColumnsFilterEditor columnsAndFilterEditor,
DataSetDefPreviewTable previewTable,
DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor,
DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor,
DataSetDefRefreshAttributesEditor refreshEditor,
DataSetClientServices clientServices,
LoadingBox loadingBox,
javax.enterprise.event.Event<ErrorEvent> errorEvent,
javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent,
DataSetEditor.View view) |
| Modifier and Type | Method and Description |
|---|---|
ValueBoxEditor<String> |
datePattern() |
ValueBoxEditor<Character> |
escapeChar() |
FileUploadEditor |
filePath() |
ValueBoxEditor<String> |
fileURL()
GWT EDITOR CONTRACT METHODS **
|
void |
init() |
boolean |
isUsingFilePath() |
ValueBoxEditor<String> |
numberPattern() |
ValueBoxEditor<Character> |
quoteChar() |
ValueBoxEditor<Character> |
separatorChar() |
void |
setValue(org.dashbuilder.dataset.def.CSVDataSetDef value) |
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, showAdvancedTab, showConfigurationTab, showError, showPreviewTabclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditorflush, onPropertyChangesetAcceptableValues@Inject public CSVDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, CSVDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view)
@PostConstruct public void init()
init in class DataSetEditor<org.dashbuilder.dataset.def.CSVDataSetDef>public ValueBoxEditor<String> fileURL()
fileURL in interface CSVDataSetDefEditorpublic FileUploadEditor filePath()
filePath in interface CSVDataSetDefEditorpublic ValueBoxEditor<Character> separatorChar()
separatorChar in interface CSVDataSetDefEditorpublic ValueBoxEditor<Character> quoteChar()
quoteChar in interface CSVDataSetDefEditorpublic ValueBoxEditor<Character> escapeChar()
escapeChar in interface CSVDataSetDefEditorpublic ValueBoxEditor<String> datePattern()
datePattern in interface CSVDataSetDefEditorpublic ValueBoxEditor<String> numberPattern()
numberPattern in interface CSVDataSetDefEditorpublic boolean isUsingFilePath()
isUsingFilePath in interface CSVDataSetDefEditorpublic void setValue(org.dashbuilder.dataset.def.CSVDataSetDef value)
setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>setValue in class DataSetEditor<org.dashbuilder.dataset.def.CSVDataSetDef>Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.