Class DeleteProjectPopUpView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.project.delete.DeleteProjectPopUpView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,DeleteProjectPopUpScreen.View,org.uberfire.client.mvp.HasPresenter<DeleteProjectPopUpScreen>,org.uberfire.client.mvp.UberElemental<DeleteProjectPopUpScreen>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Templated public class DeleteProjectPopUpView extends Object implements DeleteProjectPopUpScreen.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description DeleteProjectPopUpView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfirmedName()StringgetDeletingMessage()StringgetWrongConfirmedNameValidationMessage()voidhide()voidhideBusyIndicator()voidinit(DeleteProjectPopUpScreen presenter)voidshow(String name)voidshowBusyIndicator(String message)voidshowError(String errorMessage)
-
-
-
Method Detail
-
init
public void init(DeleteProjectPopUpScreen presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<DeleteProjectPopUpScreen>
-
getConfirmedName
public String getConfirmedName()
- Specified by:
getConfirmedNamein interfaceDeleteProjectPopUpScreen.View
-
show
public void show(String name)
- Specified by:
showin interfaceDeleteProjectPopUpScreen.View
-
showError
public void showError(String errorMessage)
- Specified by:
showErrorin interfaceDeleteProjectPopUpScreen.View
-
hide
@PreDestroy public void hide()
- Specified by:
hidein interfaceDeleteProjectPopUpScreen.View
-
getWrongConfirmedNameValidationMessage
public String getWrongConfirmedNameValidationMessage()
- Specified by:
getWrongConfirmedNameValidationMessagein interfaceDeleteProjectPopUpScreen.View
-
getDeletingMessage
public String getDeletingMessage()
- Specified by:
getDeletingMessagein interfaceDeleteProjectPopUpScreen.View
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-