Class RenameProjectPopUpView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.project.rename.RenameProjectPopUpView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,RenameProjectPopUpScreen.View,org.uberfire.client.mvp.HasPresenter<RenameProjectPopUpScreen>,org.uberfire.client.mvp.UberElemental<RenameProjectPopUpScreen>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Templated public class RenameProjectPopUpView extends Object implements RenameProjectPopUpScreen.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description RenameProjectPopUpView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()voidhideBusyIndicator()voidinit(RenameProjectPopUpScreen presenter)voidshow()voidshowBusyIndicator(String message)
-
-
-
Method Detail
-
show
public void show()
- Specified by:
showin interfaceRenameProjectPopUpScreen.View
-
hide
public void hide()
- Specified by:
hidein interfaceRenameProjectPopUpScreen.View
-
init
public void init(RenameProjectPopUpScreen presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<RenameProjectPopUpScreen>
-
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
-
-