Class PreserveDeletePopupPresenter
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.popup.PreserveDeletePopupPresenter
-
- All Implemented Interfaces:
PreserveDeletePopup.Presenter
@Dependent public class PreserveDeletePopupPresenter extends Object implements PreserveDeletePopup.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected PreserveDeletePopupViewpreserveDeletePopupView
-
Constructor Summary
Constructors Constructor Description PreserveDeletePopupPresenter()
-
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 option1Text, String option2Text, String okPreserveButtonText, String okDeleteButtonText, org.uberfire.mvp.Command okPreserveCommand, org.uberfire.mvp.Command okDeleteCommand)Makes thePreserveDeletePopupvisible
-
-
-
Field Detail
-
preserveDeletePopupView
@Inject protected PreserveDeletePopupView preserveDeletePopupView
-
-
Method Detail
-
show
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String option1Text, String option2Text, String okPreserveButtonText, String okDeleteButtonText, org.uberfire.mvp.Command okPreserveCommand, org.uberfire.mvp.Command okDeleteCommand)
Description copied from interface:PreserveDeletePopup.PresenterMakes thePreserveDeletePopupvisible- Specified by:
showin interfacePreserveDeletePopup.Presenter
-
hide
public void hide()
Description copied from interface:PreserveDeletePopup.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 interfacePreserveDeletePopup.Presenter
-
-