Class ScenarioConfirmationPopupPresenter
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.popup.ScenarioConfirmationPopupPresenter
-
- All Implemented Interfaces:
ScenarioConfirmationPopup.Presenter
@Dependent public class ScenarioConfirmationPopupPresenter extends Object implements ScenarioConfirmationPopup.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected ScenarioConfirmationPopupViewscenarioConfirmationPopupView
-
Constructor Summary
Constructors Constructor Description ScenarioConfirmationPopupPresenter()
-
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 mainQuestionText, String text1Text, String textQuestionText, String textWarningText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)Makes theScenarioConfirmationPopupvisible with OK/Cancel buttons.
-
-
-
Field Detail
-
scenarioConfirmationPopupView
@Inject protected ScenarioConfirmationPopupView scenarioConfirmationPopupView
-
-
Method Detail
-
show
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String textWarningText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
Description copied from interface:ScenarioConfirmationPopup.PresenterMakes theScenarioConfirmationPopupvisible with OK/Cancel buttons.- Specified by:
showin interfaceScenarioConfirmationPopup.Presenter
-
hide
public void hide()
Description copied from interface:ScenarioConfirmationPopup.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 interfaceScenarioConfirmationPopup.Presenter
-
-