Class ConfirmPopupPresenter
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.popup.ConfirmPopupPresenter
-
- All Implemented Interfaces:
ConfirmPopup.Presenter
@Dependent public class ConfirmPopupPresenter extends Object implements ConfirmPopup.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfirmPopupconfirmPopupView
-
Constructor Summary
Constructors Constructor Description ConfirmPopupPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()Makes this popup container(and the main content along with it) invisible.voidshow(String mainTitleText, String mainText)Makes theConfirmPopupvisible with OK buttons.
-
-
-
Field Detail
-
confirmPopupView
@Inject protected ConfirmPopup confirmPopupView
-
-
Method Detail
-
show
public void show(String mainTitleText, String mainText)
Description copied from interface:ConfirmPopup.PresenterMakes theConfirmPopupvisible with OK buttons.- Specified by:
showin interfaceConfirmPopup.Presenter
-
hide
public void hide()
Description copied from interface:ConfirmPopup.PresenterMakes this popup container(and the main content along with it) invisible. Has no effect if the popup is not already showing.- Specified by:
hidein interfaceConfirmPopup.Presenter
-
-