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