Interface DeleteBranchPopUpScreen.View
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<DeleteBranchPopUpScreen>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<DeleteBranchPopUpScreen>
- All Known Implementing Classes:
DeleteBranchPopUpView
- Enclosing class:
- DeleteBranchPopUpScreen
public static interface DeleteBranchPopUpScreen.View extends org.uberfire.client.mvp.UberElemental<DeleteBranchPopUpScreen>, 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)
-