Class AbstractScenarioConfirmationPopupView
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopupView
-
- org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioConfirmationPopupView
-
- All Implemented Interfaces:
AbstractScenarioConfirmationPopup,AbstractScenarioPopup
- Direct Known Subclasses:
ConfirmPopupView,DeletePopupView,PreserveDeletePopupView,ScenarioConfirmationPopupView
public abstract class AbstractScenarioConfirmationPopupView extends AbstractScenarioPopupView implements AbstractScenarioConfirmationPopup
-
-
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
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.gwt.dom.client.HeadingElementmainQuestionprotected com.google.gwt.dom.client.ParagraphElementtext1protected com.google.gwt.dom.client.ParagraphElementtextQuestion-
Fields inherited from class org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopupView
cancelButton, mainTitle, modal, okButton, okCommand, translationService
-
-
Constructor Summary
Constructors Constructor Description AbstractScenarioConfirmationPopupView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshow(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)Makes theScenarioConfirmationPopupvisible with OK/Cancel buttons.-
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
-
-
-
-
Field Detail
-
mainQuestion
@DataField("main-question") protected com.google.gwt.dom.client.HeadingElement mainQuestion
-
text1
@Inject @DataField("text-1") protected com.google.gwt.dom.client.ParagraphElement text1
-
textQuestion
@Inject @DataField("text-question") protected com.google.gwt.dom.client.ParagraphElement textQuestion
-
-
Method Detail
-
show
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
Description copied from interface:AbstractScenarioConfirmationPopupMakes theScenarioConfirmationPopupvisible with OK/Cancel buttons.- Specified by:
showin interfaceAbstractScenarioConfirmationPopup
-
-