Class CopyPopupWithPackageView
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.popups.copy.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 Summary
Constructors Constructor Description CopyPopupWithPackageView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPackageName()org.uberfire.backend.vfs.PathgetTargetPath()voidhandleCopyNotAllowed()voidhandleDuplicatedFileName()voidhandleInvalidFileName()voidhide()voidinit(org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter presenter)voidshow()
-
-
-
Method Detail
-
init
public void init(org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter>
-
show
public void show()
- Specified by:
showin interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
hide
public void hide()
- Specified by:
hidein interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
handleDuplicatedFileName
public void handleDuplicatedFileName()
- Specified by:
handleDuplicatedFileNamein interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
handleInvalidFileName
public void handleInvalidFileName()
- Specified by:
handleInvalidFileNamein interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
getTargetPath
public org.uberfire.backend.vfs.Path getTargetPath()
- Specified by:
getTargetPathin interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
getPackageName
public String getPackageName()
- Specified by:
getPackageNamein interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
handleCopyNotAllowed
public void handleCopyNotAllowed()
- Specified by:
handleCopyNotAllowedin interfaceorg.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter.View
-
-