@Dependent public class ScenarioSimulationKogitoCreationPopupPresenter extends Object implements ScenarioSimulationKogitoCreationPopup.Presenter
Modifier and Type | Field and Description |
---|---|
protected ScenarioSimulationKogitoCreationPopupView |
scenarioscenarioSimulationCreationPopupView |
Constructor and Description |
---|
ScenarioSimulationKogitoCreationPopupPresenter() |
Modifier and Type | Method and Description |
---|---|
String |
getSelectedPath() |
org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type |
getSelectedType() |
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
void |
show(String mainTitleText,
org.uberfire.mvp.Command okCommand)
Makes the
NewScesimPopup visible with OK/CANCEL. |
@Inject protected ScenarioSimulationKogitoCreationPopupView scenarioscenarioSimulationCreationPopupView
public ScenarioSimulationKogitoCreationPopupPresenter()
public void show(String mainTitleText, org.uberfire.mvp.Command okCommand)
ScenarioSimulationKogitoCreationPopup.Presenter
NewScesimPopup
visible with OK/CANCEL.show
in interface ScenarioSimulationKogitoCreationPopup.Presenter
public void hide()
ScenarioSimulationKogitoCreationPopup.Presenter
hide
in interface ScenarioSimulationKogitoCreationPopup.Presenter
public org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type getSelectedType()
getSelectedType
in interface ScenarioSimulationKogitoCreationPopup.Presenter
public String getSelectedPath()
getSelectedPath
in interface ScenarioSimulationKogitoCreationPopup.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.