public interface ScenarioSimulationView
extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.RequiresResize
Modifier and Type | Method and Description |
---|---|
org.uberfire.workbench.model.menu.MenuItem |
getDownloadMenuItem(Supplier<org.uberfire.backend.vfs.Path> pathSupplier) |
org.uberfire.workbench.model.menu.MenuItem |
getExportToCsvMenuItem() |
org.uberfire.workbench.model.menu.MenuItem |
getImportMenuItem() |
org.uberfire.workbench.model.menu.MenuItem |
getRedoMenuItem() |
org.uberfire.workbench.model.menu.MenuItem |
getRunScenarioMenuItem() |
ScenarioGridLayer |
getScenarioGridLayer() |
ScenarioGridPanel |
getScenarioGridPanel() |
org.uberfire.workbench.model.menu.MenuItem |
getUndoMenuItem() |
void |
init(ScenarioSimulationEditorPresenter presenter) |
void |
refreshContent(org.drools.scenariosimulation.api.model.Simulation simulation) |
void |
setContent(org.drools.scenariosimulation.api.model.Simulation simulation) |
void |
setScenarioGridPanel(ScenarioGridPanel scenarioGridPanel) |
refreshTitle
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
void init(ScenarioSimulationEditorPresenter presenter)
void setContent(org.drools.scenariosimulation.api.model.Simulation simulation)
void refreshContent(org.drools.scenariosimulation.api.model.Simulation simulation)
org.uberfire.workbench.model.menu.MenuItem getRunScenarioMenuItem()
org.uberfire.workbench.model.menu.MenuItem getUndoMenuItem()
org.uberfire.workbench.model.menu.MenuItem getRedoMenuItem()
org.uberfire.workbench.model.menu.MenuItem getDownloadMenuItem(Supplier<org.uberfire.backend.vfs.Path> pathSupplier)
org.uberfire.workbench.model.menu.MenuItem getExportToCsvMenuItem()
org.uberfire.workbench.model.menu.MenuItem getImportMenuItem()
void setScenarioGridPanel(ScenarioGridPanel scenarioGridPanel)
ScenarioGridPanel getScenarioGridPanel()
ScenarioGridLayer getScenarioGridLayer()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.