@Dependent public class ScenarioConfirmationPopupPresenter extends Object implements ScenarioConfirmationPopup.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected ScenarioConfirmationPopupView |
scenarioConfirmationPopupView |
| Constructor and Description |
|---|
ScenarioConfirmationPopupPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
void |
show(String mainTitleText,
String mainQuestionText,
String text1Text,
String textQuestionText,
String textWarningText,
String okDeleteButtonText,
org.uberfire.mvp.Command okDeleteCommand)
Makes the
ScenarioConfirmationPopup visible with OK/Cancel buttons. |
@Inject protected ScenarioConfirmationPopupView scenarioConfirmationPopupView
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String textWarningText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
ScenarioConfirmationPopup.PresenterScenarioConfirmationPopup visible with OK/Cancel buttons.show in interface ScenarioConfirmationPopup.Presenterpublic void hide()
ScenarioConfirmationPopup.Presenterhide in interface ScenarioConfirmationPopup.PresenterCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.