Class CopyPopupWithPackageView

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.IsElement, org.jboss.errai.ui.client.local.api.IsElement, org.uberfire.client.mvp.HasPresenter<org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter>, org.uberfire.client.mvp.UberElement<org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter>, org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View

    @Dependent
    @Templated
    public class CopyPopupWithPackageView
    extends Object
    implements org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
    • Constructor Detail

      • CopyPopupWithPackageView

        public CopyPopupWithPackageView()
    • Method Detail

      • init

        public void init​(org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter presenter)
        Specified by:
        init in interface org.uberfire.client.mvp.HasPresenter<org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter>
      • show

        public void show()
        Specified by:
        show in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
      • hide

        public void hide()
        Specified by:
        hide in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
      • handleDuplicatedFileName

        public void handleDuplicatedFileName()
        Specified by:
        handleDuplicatedFileName in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
      • handleInvalidFileName

        public void handleInvalidFileName()
        Specified by:
        handleInvalidFileName in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
      • getTargetPath

        public org.uberfire.backend.vfs.Path getTargetPath()
        Specified by:
        getTargetPath in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
      • getPackageName

        public String getPackageName()
        Specified by:
        getPackageName in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
      • handleCopyNotAllowed

        public void handleCopyNotAllowed()
        Specified by:
        handleCopyNotAllowed in interface org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View