Interface DataSourceDefEditorView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clearContent()  
      void setContent​(org.jboss.errai.common.client.api.IsElement content)  
      void setContentWidth​(String width)  
      void setDataSourceName​(String dataSourceName)  
      void showActionsPanel​(boolean show)  
      void showHeaderPanel​(boolean show)  
      • Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView

        alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
      • Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator

        hideBusyIndicator, showBusyIndicator
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        asWidget
    • Method Detail

      • setDataSourceName

        void setDataSourceName​(String dataSourceName)
      • clearContent

        void clearContent()
      • setContent

        void setContent​(org.jboss.errai.common.client.api.IsElement content)
      • setContentWidth

        void setContentWidth​(String width)
      • showHeaderPanel

        void showHeaderPanel​(boolean show)
      • showActionsPanel

        void showActionsPanel​(boolean show)