Interface POMEditorPanelView

  • All Superinterfaces:
    org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
    All Known Implementing Classes:
    POMEditorPanelViewImpl

    public interface POMEditorPanelView
    extends org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
    • Method Detail

      • getTitleWidget

        String getTitleWidget()
      • setTitleText

        void setTitleText​(String titleText)
      • setProjectModelTitleText

        void setProjectModelTitleText()
      • showSaveSuccessful

        void showSaveSuccessful​(String fileName)
      • setName

        void setName​(String projectName)
      • setDescription

        void setDescription​(String projectDescription)
      • setArtifactID

        void setArtifactID​(String artifactID)
      • showParentGAV

        void showParentGAV()
      • hideParentGAV

        void hideParentGAV()
      • setParentGAV

        void setParentGAV​(org.guvnor.common.services.project.model.GAV gav)
      • setGAV

        void setGAV​(org.guvnor.common.services.project.model.GAV gav)
      • setReadOnly

        void setReadOnly()
      • disableGroupID

        void disableGroupID​(String reason)
      • disableArtifactID

        void disableArtifactID​(String reason)
      • disableVersion

        void disableVersion​(String reason)
      • enableGroupID

        void enableGroupID()
      • enableArtifactID

        void enableArtifactID()
      • enableVersion

        void enableVersion()
      • setValidName

        void setValidName​(boolean isValid)
      • setValidGroupID

        void setValidGroupID​(boolean isValid)
      • setValidArtifactID

        void setValidArtifactID​(boolean isValid)
      • setValidVersion

        void setValidVersion​(boolean isValid)