@Templated public class DeleteProjectPopUpView extends Object implements DeleteProjectPopUpScreen.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Constructor and Description |
|---|
DeleteProjectPopUpView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmedName() |
String |
getDeleteSuccessMessage() |
String |
getDeletingMessage() |
String |
getWrongConfirmedNameValidationMessage() |
void |
hide() |
void |
hideBusyIndicator() |
void |
init(DeleteProjectPopUpScreen presenter) |
void |
show(String name) |
void |
showBusyIndicator(String message) |
void |
showError(String errorMessage) |
public void init(DeleteProjectPopUpScreen presenter)
init in interface org.uberfire.client.mvp.HasPresenter<DeleteProjectPopUpScreen>public String getConfirmedName()
getConfirmedName in interface DeleteProjectPopUpScreen.Viewpublic void show(String name)
show in interface DeleteProjectPopUpScreen.Viewpublic void showError(String errorMessage)
showError in interface DeleteProjectPopUpScreen.View@PreDestroy public void hide()
hide in interface DeleteProjectPopUpScreen.Viewpublic String getWrongConfirmedNameValidationMessage()
getWrongConfirmedNameValidationMessage in interface DeleteProjectPopUpScreen.Viewpublic String getDeletingMessage()
getDeletingMessage in interface DeleteProjectPopUpScreen.Viewpublic String getDeleteSuccessMessage()
getDeleteSuccessMessage in interface DeleteProjectPopUpScreen.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.