Interface SettingsView.Presenter
-
- All Superinterfaces:
SubDockView.Presenter
- All Known Implementing Classes:
SettingsPresenter
- Enclosing interface:
- SettingsView
public static interface SettingsView.Presenter extends SubDockView.Presenter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEventBus(com.google.gwt.event.shared.EventBus eventBus)voidsetScenarioType(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type scenarioType, org.drools.scenariosimulation.api.model.Settings settings, String fileName)voidsyncDmnFilePath()voidsyncDmoSession()voidsyncRuleFlowGroup()voidsyncSkipFromBuild()voidsyncStateless()voidupdateSettingsData(org.drools.scenariosimulation.api.model.Settings settings)-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.SubDockView.Presenter
isCurrentlyShow, reset, setCurrentPath
-
-
-
-
Method Detail
-
setScenarioType
void setScenarioType(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type scenarioType, org.drools.scenariosimulation.api.model.Settings settings, String fileName)
-
setEventBus
void setEventBus(com.google.gwt.event.shared.EventBus eventBus)
-
syncDmoSession
void syncDmoSession()
-
syncRuleFlowGroup
void syncRuleFlowGroup()
-
syncStateless
void syncStateless()
-
syncDmnFilePath
void syncDmnFilePath()
-
syncSkipFromBuild
void syncSkipFromBuild()
-
updateSettingsData
void updateSettingsData(org.drools.scenariosimulation.api.model.Settings settings)
-
-