@ApplicationScoped public class ScenarioSimulationBusinessCentralDocksHandler extends AbstractScenarioSimulationDocksHandler
| Modifier and Type | Field and Description |
|---|---|
protected CoverageReportPresenter |
coverageReportPresenter |
static String |
TEST_RUNNER_REPORTING_PANEL |
protected TestRunnerReportingPanelWrapper |
testRunnerReportingPanelWrapper |
authoringWorkbenchDocks, cheatSheetPresenter, placeManager, SCESIMEDITOR_ID, settingsPresenter, testToolsPresenter| Constructor and Description |
|---|
ScenarioSimulationBusinessCentralDocksHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
expandTestResultsDock() |
CoverageReportView.Presenter |
getCoverageReportPresenter() |
protected org.uberfire.mvp.PlaceRequest |
getCurrentRightDockPlaceRequest(String identifier) |
com.google.gwt.user.client.ui.IsWidget |
getTestRunnerReportingPanelWidget() |
Collection<org.uberfire.client.workbench.docks.UberfireDock> |
provideDocks(String perspectiveIdentifier) |
void |
resetDocks() |
void |
setScesimEditorId(String scesimEditorId) |
void |
updateTestRunnerReportingPanelResult(org.guvnor.common.services.shared.test.TestResultMessage testResultMessage) |
addDocks, expandSettingsDock, expandToolsDock, getCheatSheetPresenter, getSettingsPlaceManager, getSettingsPresenter, getTestToolsPlaceManager, getTestToolsPresenter, refreshDocks, removeDockspublic static final String TEST_RUNNER_REPORTING_PANEL
@Inject protected TestRunnerReportingPanelWrapper testRunnerReportingPanelWrapper
@Inject protected CoverageReportPresenter coverageReportPresenter
public ScenarioSimulationBusinessCentralDocksHandler()
public Collection<org.uberfire.client.workbench.docks.UberfireDock> provideDocks(String perspectiveIdentifier)
provideDocks in interface org.kie.workbench.common.widgets.client.docks.WorkbenchDocksHandlerprovideDocks in class AbstractScenarioSimulationDocksHandlerpublic void expandTestResultsDock()
expandTestResultsDock in class AbstractScenarioSimulationDocksHandlerpublic void resetDocks()
resetDocks in class AbstractScenarioSimulationDocksHandlerprotected org.uberfire.mvp.PlaceRequest getCurrentRightDockPlaceRequest(String identifier)
getCurrentRightDockPlaceRequest in class AbstractScenarioSimulationDocksHandlerpublic void setScesimEditorId(String scesimEditorId)
setScesimEditorId in class AbstractScenarioSimulationDocksHandlerpublic CoverageReportView.Presenter getCoverageReportPresenter()
public void updateTestRunnerReportingPanelResult(org.guvnor.common.services.shared.test.TestResultMessage testResultMessage)
public com.google.gwt.user.client.ui.IsWidget getTestRunnerReportingPanelWidget()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.