Class CSVDataSetDefAttributesEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.csv.CSVDataSetDefAttributesEditor
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.CSVDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
@Dependent public class CSVDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
CSV Data Set specific attributes editor presenter.
- Since:
- 0.4.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCSVDataSetDefAttributesEditor.View
-
Field Summary
Fields Modifier and Type Field Description CSVDataSetDefAttributesEditor.Viewview
-
Constructor Summary
Constructors Constructor Description CSVDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, org.dashbuilder.common.client.editor.ValueBoxEditor<String> fileURL, org.dashbuilder.common.client.editor.file.FileUploadEditor filePath, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> separatorChar, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> quoteChar, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> escapeChar, org.dashbuilder.common.client.editor.ValueBoxEditor<String> datePattern, org.dashbuilder.common.client.editor.ValueBoxEditor<String> numberPattern, CSVDataSetDefAttributesEditor.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()org.dashbuilder.common.client.editor.ValueBoxEditor<String>datePattern()org.dashbuilder.common.client.editor.ValueBoxEditor<Character>escapeChar()org.dashbuilder.common.client.editor.file.FileUploadEditorfilePath()org.dashbuilder.common.client.editor.ValueBoxEditor<String>fileURL()GWT EDITOR CONTRACT METHODS **voidflush()voidinit()booleanisUsingFilePath()org.dashbuilder.common.client.editor.ValueBoxEditor<String>numberPattern()voidonPropertyChange(String... paths)org.dashbuilder.common.client.editor.ValueBoxEditor<Character>quoteChar()org.dashbuilder.common.client.editor.ValueBoxEditor<Character>separatorChar()voidsetDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef> delegate)voidsetValue(org.dashbuilder.dataset.def.CSVDataSetDef value)
-
-
-
Field Detail
-
view
public CSVDataSetDefAttributesEditor.View view
-
-
Constructor Detail
-
CSVDataSetDefAttributesEditor
@Inject public CSVDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, org.dashbuilder.common.client.editor.ValueBoxEditor<String> fileURL, org.dashbuilder.common.client.editor.file.FileUploadEditor filePath, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> separatorChar, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> quoteChar, org.dashbuilder.common.client.editor.ValueBoxEditor<Character> escapeChar, org.dashbuilder.common.client.editor.ValueBoxEditor<String> datePattern, org.dashbuilder.common.client.editor.ValueBoxEditor<String> numberPattern, CSVDataSetDefAttributesEditor.View view)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
fileURL
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> fileURL()
GWT EDITOR CONTRACT METHODS **- Specified by:
fileURLin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
filePath
public org.dashbuilder.common.client.editor.file.FileUploadEditor filePath()
- Specified by:
filePathin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
separatorChar
public org.dashbuilder.common.client.editor.ValueBoxEditor<Character> separatorChar()
- Specified by:
separatorCharin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
quoteChar
public org.dashbuilder.common.client.editor.ValueBoxEditor<Character> quoteChar()
- Specified by:
quoteCharin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
escapeChar
public org.dashbuilder.common.client.editor.ValueBoxEditor<Character> escapeChar()
- Specified by:
escapeCharin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
datePattern
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> datePattern()
- Specified by:
datePatternin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
numberPattern
public org.dashbuilder.common.client.editor.ValueBoxEditor<String> numberPattern()
- Specified by:
numberPatternin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
isUsingFilePath
public boolean isUsingFilePath()
- Specified by:
isUsingFilePathin interfaceorg.dashbuilder.dataset.client.editor.CSVDataSetDefAttributesEditor
-
flush
public void flush()
- Specified by:
flushin interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChangein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
-
setValue
public void setValue(org.dashbuilder.dataset.def.CSVDataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.CSVDataSetDef>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef> delegate)
- Specified by:
setDelegatein interfacecom.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.CSVDataSetDef>
-
-