@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.Presenter
ScenarioConfirmationPopup
visible with OK/Cancel buttons.show
in interface ScenarioConfirmationPopup.Presenter
public void hide()
ScenarioConfirmationPopup.Presenter
hide
in interface ScenarioConfirmationPopup.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.