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