@Templated public class DeleteBranchPopUpView extends Object implements DeleteBranchPopUpScreen.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Constructor and Description |
|---|
DeleteBranchPopUpView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchDeletedSuccessfullyMessage() |
String |
getConfirmedName() |
String |
getDeletingMessage() |
String |
getWrongConfirmedNameValidationMessage() |
void |
hide() |
void |
hideBusyIndicator() |
void |
init(DeleteBranchPopUpScreen presenter) |
void |
show(String name) |
void |
showBusyIndicator(String message) |
void |
showError(String errorMessage) |
public void init(DeleteBranchPopUpScreen presenter)
init in interface org.uberfire.client.mvp.HasPresenter<DeleteBranchPopUpScreen>public String getConfirmedName()
getConfirmedName in interface DeleteBranchPopUpScreen.Viewpublic void show(String name)
show in interface DeleteBranchPopUpScreen.Viewpublic void showError(String errorMessage)
showError in interface DeleteBranchPopUpScreen.View@PreDestroy public void hide()
hide in interface DeleteBranchPopUpScreen.Viewpublic String getWrongConfirmedNameValidationMessage()
getWrongConfirmedNameValidationMessage in interface DeleteBranchPopUpScreen.Viewpublic String getDeletingMessage()
getDeletingMessage in interface DeleteBranchPopUpScreen.Viewpublic String getBranchDeletedSuccessfullyMessage()
getBranchDeletedSuccessfullyMessage in interface DeleteBranchPopUpScreen.Viewpublic void showBusyIndicator(String message)
showBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorpublic void hideBusyIndicator()
hideBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.