Interface CSVDataSetDefAttributesEditor.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      void showFilePathInput()  
      void showFileURLInput()  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • 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()