@ApplicationScoped public class ScenarioSimulationBusinessCentralDocksHandler extends AbstractScenarioSimulationDocksHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
TEST_RUNNER_REPORTING_PANEL |
protected TestRunnerReportingPanelWrapper |
testRunnerReportingPanelWrapper |
authoringWorkbenchDocks, placeManager, SCESIMEDITOR_ID| Constructor and Description |
|---|
ScenarioSimulationBusinessCentralDocksHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
expandTestResultsDock() |
Optional<CoverageReportView.Presenter> |
getCoverageReportPresenter() |
protected Optional<CoverageReportView> |
getCoverageReportView(org.uberfire.mvp.PlaceRequest placeRequest) |
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, expandToolsDock, getCheatSheetPresenter, getCheatSheetView, getSettingsPresenter, getSettingsView, getTestToolsPresenter, getTestToolsView, refreshDocks, removeDockspublic static final String TEST_RUNNER_REPORTING_PANEL
@Inject protected TestRunnerReportingPanelWrapper testRunnerReportingPanelWrapper
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 Optional<CoverageReportView.Presenter> getCoverageReportPresenter()
protected Optional<CoverageReportView> getCoverageReportView(org.uberfire.mvp.PlaceRequest placeRequest)
public void updateTestRunnerReportingPanelResult(org.guvnor.common.services.shared.test.TestResultMessage testResultMessage)
public com.google.gwt.user.client.ui.IsWidget getTestRunnerReportingPanelWidget()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.