@Dependent public class ScenarioSimulationProducer extends Object
@Dependent Class meant to be the only Producer for a given ScenarioSimulationEditorPresenter| Modifier and Type | Field and Description |
|---|---|
protected ConfirmPopupPresenter |
confirmPopupPresenter |
protected DeletePopupPresenter |
deletePopupPresenter |
protected EventBusProducer |
eventBusProducer |
protected FileUploadPopupPresenter |
fileUploadPopupPresenter |
protected javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> |
notificationEvent |
protected PreserveDeletePopupPresenter |
preserveDeletePopupPresenter |
protected ScenarioCommandManager |
scenarioCommandManager |
protected ScenarioCommandRegistry |
scenarioCommandRegistry |
protected ScenarioSimulationEventHandler |
scenarioSimulationEventHandler |
protected ScenarioSimulationViewProducer |
scenarioSimulationViewProducer |
| Constructor and Description |
|---|
ScenarioSimulationProducer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.EventBus |
getEventBus() |
ScenarioGridWidget |
getScenarioBackgroundGridWidget() |
ScenarioSimulationView |
getScenarioSimulationView() |
void |
init() |
void |
setScenarioSimulationEditorPresenter(ScenarioSimulationEditorPresenter presenter) |
@Inject protected ScenarioSimulationViewProducer scenarioSimulationViewProducer
@Inject protected EventBusProducer eventBusProducer
@Inject protected DeletePopupPresenter deletePopupPresenter
@Inject protected PreserveDeletePopupPresenter preserveDeletePopupPresenter
@Inject protected ConfirmPopupPresenter confirmPopupPresenter
@Inject protected FileUploadPopupPresenter fileUploadPopupPresenter
@Inject protected ScenarioSimulationEventHandler scenarioSimulationEventHandler
@Inject protected ScenarioCommandRegistry scenarioCommandRegistry
@Inject protected ScenarioCommandManager scenarioCommandManager
@Inject protected javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent
@PostConstruct public void init()
public com.google.gwt.event.shared.EventBus getEventBus()
public ScenarioSimulationView getScenarioSimulationView()
public ScenarioGridWidget getScenarioBackgroundGridWidget()
public void setScenarioSimulationEditorPresenter(ScenarioSimulationEditorPresenter presenter)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.