Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.rightpanel.TestToolsView.Presenter
-
-
Uses of TestToolsView.Presenter in org.drools.workbench.screens.scenariosimulation.client.commands
Fields in org.drools.workbench.screens.scenariosimulation.client.commands declared as TestToolsView.Presenter Modifier and Type Field Description protected TestToolsView.PresenterScenarioSimulationContext. testToolsPresenterMethods in org.drools.workbench.screens.scenariosimulation.client.commands that return TestToolsView.Presenter Modifier and Type Method Description TestToolsView.PresenterScenarioSimulationContext. getTestToolsPresenter()Methods in org.drools.workbench.screens.scenariosimulation.client.commands with parameters of type TestToolsView.Presenter Modifier and Type Method Description voidScenarioSimulationContext. setTestToolsPresenter(TestToolsView.Presenter testToolsPresenter) -
Uses of TestToolsView.Presenter in org.drools.workbench.screens.scenariosimulation.client.editor
Methods in org.drools.workbench.screens.scenariosimulation.client.editor with parameters of type TestToolsView.Presenter Modifier and Type Method Description voidScenarioSimulationEditorPresenter. setTestTools(TestToolsView.Presenter presenter) -
Uses of TestToolsView.Presenter in org.drools.workbench.screens.scenariosimulation.client.editor.strategies
Methods in org.drools.workbench.screens.scenariosimulation.client.editor.strategies with parameters of type TestToolsView.Presenter Modifier and Type Method Description voidAbstractDMODataManagementStrategy. aggregatorCallbackMethod(TestToolsView.Presenter testToolsPresenter, int expectedElements, SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> factTypeFieldsMap, ScenarioSimulationContext context, org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree result, List<String> simpleJavaTypes, GridWidget gridWidget)Actual code of the aggregatorCallback; isolated for testingorg.jboss.errai.common.client.api.RemoteCallback<org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTuple>AbstractDMNDataManagementStrategy. getSuccessCallback(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)voidAbstractDMNDataManagementStrategy. getSuccessCallbackMethod(org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTuple factModelTuple, TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)protected voidAbstractDMODataManagementStrategy. loadSuperTypes(List<String> dataObjectsTypes, TestToolsView.Presenter testToolsPresenter, int expectedElements, SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> dataObjectsFieldsMap, Map<String,String> superTypesMap, ScenarioSimulationContext context, List<String> simpleJavaTypes, GridWidget gridWidget)protected abstract voidAbstractDMODataManagementStrategy. manageDataObjects(List<String> dataObjectsTypes, Map<String,String> superTypeMap, TestToolsView.Presenter testToolsPresenter, int expectedElements, SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> dataObjectsFieldsMap, ScenarioSimulationContext context, List<String> simpleJavaTypes, GridWidget gridWidget)voidAbstractDMNDataManagementStrategy. populateTestTools(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)voidAbstractDMODataManagementStrategy. populateTestTools(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)voidDataManagementStrategy. populateTestTools(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)protected abstract voidAbstractDMNDataManagementStrategy. retrieveFactModelTuple(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)voidAbstractDataManagementStrategy. storeData(org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTuple factModelTuple, TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)Store data in required target objectsprotected org.uberfire.client.callbacks.Callback<String>AbstractDMODataManagementStrategy. superTypeAggregatorCallBack(List<String> dataObjectsTypes, Map<String,String> superTypeMap, TestToolsView.Presenter testToolsPresenter, int expectedElements, SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> dataObjectsFieldsMap, ScenarioSimulationContext context, List<String> simpleJavaTypes, GridWidget gridWidget, String factType)This method returns a Callback required when callinggetSuperTypemethod. -
Uses of TestToolsView.Presenter in org.drools.workbench.screens.scenariosimulation.client.handlers
Methods in org.drools.workbench.screens.scenariosimulation.client.handlers that return TestToolsView.Presenter Modifier and Type Method Description TestToolsView.PresenterAbstractScenarioSimulationDocksHandler. getTestToolsPresenter() -
Uses of TestToolsView.Presenter in org.drools.workbench.screens.scenariosimulation.client.rightpanel
Classes in org.drools.workbench.screens.scenariosimulation.client.rightpanel that implement TestToolsView.Presenter Modifier and Type Class Description classTestToolsPresenterFields in org.drools.workbench.screens.scenariosimulation.client.rightpanel declared as TestToolsView.Presenter Modifier and Type Field Description protected TestToolsView.PresenterTestToolsViewImpl. presenterprotected TestToolsView.PresenterListGroupItemPresenter. testToolsPresenterMethods in org.drools.workbench.screens.scenariosimulation.client.rightpanel that return TestToolsView.Presenter Modifier and Type Method Description TestToolsView.PresenterTestToolsView. getPresenter()TestToolsView.PresenterTestToolsViewImpl. getPresenter()Methods in org.drools.workbench.screens.scenariosimulation.client.rightpanel with parameters of type TestToolsView.Presenter Modifier and Type Method Description voidListGroupItemPresenter. init(TestToolsView.Presenter testToolsPresenter)voidListGroupItemView.Presenter. init(TestToolsView.Presenter testToolsPresenter)voidTestToolsViewImpl. init(TestToolsView.Presenter presenter)
-