Interface CSVDataSetDefAttributesEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CSVDataSetDefAttributesEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<CSVDataSetDefAttributesEditor>
- All Known Implementing Classes:
CSVDataSetDefAttributesEditorView
- Enclosing class:
- CSVDataSetDefAttributesEditor
public static interface CSVDataSetDefAttributesEditor.View extends org.uberfire.client.mvp.UberView<CSVDataSetDefAttributesEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitWidgets(org.dashbuilder.common.client.editor.ValueBoxEditor.View fileURLView, com.google.gwt.user.client.ui.IsWidget filePathView, org.dashbuilder.common.client.editor.ValueBoxEditor.View sepCharView, org.dashbuilder.common.client.editor.ValueBoxEditor.View quoteCharView, org.dashbuilder.common.client.editor.ValueBoxEditor.View escCharView, org.dashbuilder.common.client.editor.ValueBoxEditor.View datePatternView, org.dashbuilder.common.client.editor.ValueBoxEditor.View numberPatternView)Specify the views to use for each sub-editor before callinginitWidget.voidshowFilePathInput()voidshowFileURLInput()
-
-
-
Method Detail
-
initWidgets
void initWidgets(org.dashbuilder.common.client.editor.ValueBoxEditor.View fileURLView, com.google.gwt.user.client.ui.IsWidget filePathView, org.dashbuilder.common.client.editor.ValueBoxEditor.View sepCharView, org.dashbuilder.common.client.editor.ValueBoxEditor.View quoteCharView, org.dashbuilder.common.client.editor.ValueBoxEditor.View escCharView, org.dashbuilder.common.client.editor.ValueBoxEditor.View datePatternView, org.dashbuilder.common.client.editor.ValueBoxEditor.View numberPatternView)Specify the views to use for each sub-editor before calling
initWidget.
-
showFilePathInput
void showFilePathInput()
-
showFileURLInput
void showFileURLInput()
-
-