@Dependent public class CSVDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.CSVDataSetDef> implements CSVDataSetDefEditor
CSV Data Set editor presenter.
DataSetEditor.View
advancedTabItemClickHandler, 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, showPreviewTab
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
flush, onPropertyChange
setAcceptableValues
@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 CSVDataSetDefEditor
public FileUploadEditor filePath()
filePath
in interface CSVDataSetDefEditor
public ValueBoxEditor<Character> separatorChar()
separatorChar
in interface CSVDataSetDefEditor
public ValueBoxEditor<Character> quoteChar()
quoteChar
in interface CSVDataSetDefEditor
public ValueBoxEditor<Character> escapeChar()
escapeChar
in interface CSVDataSetDefEditor
public ValueBoxEditor<String> datePattern()
datePattern
in interface CSVDataSetDefEditor
public ValueBoxEditor<String> numberPattern()
numberPattern
in interface CSVDataSetDefEditor
public boolean isUsingFilePath()
isUsingFilePath
in interface CSVDataSetDefEditor
public 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–2019 JBoss by Red Hat. All rights reserved.