Interface DeleteProjectPopUpScreen.View
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<DeleteProjectPopUpScreen>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<DeleteProjectPopUpScreen>
- All Known Implementing Classes:
DeleteProjectPopUpView
- Enclosing class:
- DeleteProjectPopUpScreen
public static interface DeleteProjectPopUpScreen.View extends org.uberfire.client.mvp.UberElemental<DeleteProjectPopUpScreen>, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConfirmedName()StringgetDeletingMessage()StringgetWrongConfirmedNameValidationMessage()voidhide()voidshow(String name)voidshowError(String errorMessage)
-