@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 ScenarioGridPanelProducer |
scenarioGridPanelProducer |
protected ScenarioSimulationEventHandler |
scenarioSimulationEventHandler |
Constructor and Description |
---|
ScenarioSimulationProducer() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.EventBus |
getEventBus() |
ScenarioGridWidget |
getScenarioBackgroundGridWidget() |
ScenarioSimulationContext |
getScenarioSimulationContext() |
ScenarioSimulationView |
getScenarioSimulationView() |
void |
init() |
void |
setScenarioSimulationEditorPresenter(ScenarioSimulationEditorPresenter presenter) |
@Inject protected ScenarioGridPanelProducer scenarioGridPanelProducer
@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 ScenarioSimulationContext getScenarioSimulationContext()
public void setScenarioSimulationEditorPresenter(ScenarioSimulationEditorPresenter presenter)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.