@Dependent public class CSVDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, CSVDataSetDefAttributesEditor
CSV Data Set specific attributes editor presenter.
Modifier and Type | Class and Description |
---|---|
static interface |
CSVDataSetDefAttributesEditor.View |
Modifier and Type | Field and Description |
---|---|
CSVDataSetDefAttributesEditor.View |
view |
Constructor and Description |
---|
CSVDataSetDefAttributesEditor(DataSetClientServices dataSetClientServices,
ValueBoxEditor<String> fileURL,
FileUploadEditor filePath,
ValueBoxEditor<Character> separatorChar,
ValueBoxEditor<Character> quoteChar,
ValueBoxEditor<Character> escapeChar,
ValueBoxEditor<String> datePattern,
ValueBoxEditor<String> numberPattern,
CSVDataSetDefAttributesEditor.View view) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
ValueBoxEditor<String> |
datePattern() |
ValueBoxEditor<Character> |
escapeChar() |
FileUploadEditor |
filePath() |
ValueBoxEditor<String> |
fileURL()
GWT EDITOR CONTRACT METHODS **
|
void |
flush() |
void |
init() |
boolean |
isUsingFilePath() |
ValueBoxEditor<String> |
numberPattern() |
void |
onPropertyChange(String... paths) |
ValueBoxEditor<Character> |
quoteChar() |
ValueBoxEditor<Character> |
separatorChar() |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef> delegate) |
void |
setValue(org.dashbuilder.dataset.def.CSVDataSetDef value) |
public CSVDataSetDefAttributesEditor.View view
@Inject public CSVDataSetDefAttributesEditor(DataSetClientServices dataSetClientServices, ValueBoxEditor<String> fileURL, FileUploadEditor filePath, ValueBoxEditor<Character> separatorChar, ValueBoxEditor<Character> quoteChar, ValueBoxEditor<Character> escapeChar, ValueBoxEditor<String> datePattern, ValueBoxEditor<String> numberPattern, CSVDataSetDefAttributesEditor.View view)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public ValueBoxEditor<String> fileURL()
fileURL
in interface CSVDataSetDefAttributesEditor
public FileUploadEditor filePath()
filePath
in interface CSVDataSetDefAttributesEditor
public ValueBoxEditor<Character> separatorChar()
separatorChar
in interface CSVDataSetDefAttributesEditor
public ValueBoxEditor<Character> quoteChar()
quoteChar
in interface CSVDataSetDefAttributesEditor
public ValueBoxEditor<Character> escapeChar()
escapeChar
in interface CSVDataSetDefAttributesEditor
public ValueBoxEditor<String> datePattern()
datePattern
in interface CSVDataSetDefAttributesEditor
public ValueBoxEditor<String> numberPattern()
numberPattern
in interface CSVDataSetDefAttributesEditor
public boolean isUsingFilePath()
isUsingFilePath
in interface CSVDataSetDefAttributesEditor
public void flush()
flush
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
public void onPropertyChange(String... paths)
onPropertyChange
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
public void setValue(org.dashbuilder.dataset.def.CSVDataSetDef value)
setValue
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef> delegate)
setDelegate
in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.