Interface DecisionTableXLSEditorView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setPath​(org.uberfire.backend.vfs.Path path)  
      void setReadOnly​(boolean isReadOnly)  
      void setupUploadWidget​(org.uberfire.client.workbench.type.ClientResourceType resourceType)  
      void submit​(org.uberfire.backend.vfs.Path path)  
      • 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
      • Methods inherited from interface org.kie.workbench.common.widgets.metadata.client.KieEditorView

        refreshTitle
    • Method Detail

      • setupUploadWidget

        void setupUploadWidget​(org.uberfire.client.workbench.type.ClientResourceType resourceType)
      • setPath

        void setPath​(org.uberfire.backend.vfs.Path path)
      • submit

        void submit​(org.uberfire.backend.vfs.Path path)
      • setReadOnly

        void setReadOnly​(boolean isReadOnly)