Class DeletePopupView
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopupView
-
- org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioConfirmationPopupView
-
- org.drools.workbench.screens.scenariosimulation.client.popup.DeletePopupView
-
- All Implemented Interfaces:
AbstractScenarioConfirmationPopup,AbstractScenarioPopup,DeletePopup
@Dependent @Templated public class DeletePopupView extends AbstractScenarioConfirmationPopupView implements DeletePopup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioConfirmationPopup
AbstractScenarioConfirmationPopup.Presenter
-
Nested classes/interfaces inherited from interface org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopup
AbstractScenarioPopup.Presenter
-
Nested classes/interfaces inherited from interface org.drools.workbench.screens.scenariosimulation.client.popup.DeletePopup
DeletePopup.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.gwt.dom.client.ParagraphElementtextDanger-
Fields inherited from class org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioConfirmationPopupView
mainQuestion, text1, textQuestion
-
Fields inherited from class org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopupView
cancelButton, mainTitle, modal, okButton, okCommand, translationService
-
-
Constructor Summary
Constructors Constructor Description DeletePopupView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshow(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String textDangerText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)Makes theDeletePopupvisible with OK/Cancel buttons.-
Methods inherited from class org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioConfirmationPopupView
show
-
Methods inherited from class org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopupView
conditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkClick, show
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioConfirmationPopup
getElement, hide
-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.popup.DeletePopup
getElement, hide
-
-
-
-
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:DeletePopupMakes theDeletePopupvisible with OK/Cancel buttons.- Specified by:
showin interfaceDeletePopup
-
-