Interface CopyPopUpPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CopyPopUpPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CopyPopUpPresenter>
- All Known Implementing Classes:
CopyPopUpView
- Enclosing class:
- CopyPopUpPresenter
public static interface CopyPopUpPresenter.View extends org.uberfire.client.mvp.UberElement<CopyPopUpPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPackageName()org.uberfire.backend.vfs.PathgetTargetPath()voidhandleCopyNotAllowed()voidhandleDuplicatedFileName()voidhandleInvalidFileName()voidhide()voidshow()
-
-
-
Method Detail
-
show
void show()
-
hide
void hide()
-
handleDuplicatedFileName
void handleDuplicatedFileName()
-
handleInvalidFileName
void handleInvalidFileName()
-
getTargetPath
org.uberfire.backend.vfs.Path getTargetPath()
-
getPackageName
String getPackageName()
-
handleCopyNotAllowed
void handleCopyNotAllowed()
-
-