@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, removeDocks
public 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.WorkbenchDocksHandler
provideDocks
in class AbstractScenarioSimulationDocksHandler
public void expandTestResultsDock()
expandTestResultsDock
in class AbstractScenarioSimulationDocksHandler
public void resetDocks()
resetDocks
in class AbstractScenarioSimulationDocksHandler
protected org.uberfire.mvp.PlaceRequest getCurrentRightDockPlaceRequest(String identifier)
getCurrentRightDockPlaceRequest
in class AbstractScenarioSimulationDocksHandler
public void setScesimEditorId(String scesimEditorId)
setScesimEditorId
in class AbstractScenarioSimulationDocksHandler
public 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.