public interface ScenarioSimulationKogitoCreationPopup
Modifier and Type | Interface and Description |
---|---|
static interface |
ScenarioSimulationKogitoCreationPopup.Presenter |
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
ScenarioKogitoCreationPopup visible with OK/CANCEL. |
void show(String mainTitleText, org.uberfire.mvp.Command okCommand)
ScenarioKogitoCreationPopup
visible with OK/CANCEL.mainTitleText
- okCommand
- void hide()
org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type getSelectedType()
String getSelectedPath()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.