Interface ImportsWidgetView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setContent​(List<org.kie.soup.project.datamodel.imports.Import> importTypes, boolean isReadOnly)  
      void updateRenderedColumns()
      Method refresh the set of used columns according to actual imports.
      • 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

      • setContent

        void setContent​(List<org.kie.soup.project.datamodel.imports.Import> importTypes,
                        boolean isReadOnly)
      • updateRenderedColumns

        void updateRenderedColumns()
        Method refresh the set of used columns according to actual imports. We do not render 'Remove' column if just non removable imports are present.