Drools Workbench - Test Scenario Editor - Client 6.2.0.Beta3

org.drools.workbench.screens.testscenario.client.reporting
Interface TestRunnerReportingView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
TestRunnerReportingViewImpl

public interface TestRunnerReportingView
extends com.google.gwt.user.client.ui.IsWidget


Nested Class Summary
static interface TestRunnerReportingView.Presenter
           
 
Method Summary
 void bindDataGridToService(TestRuntimeReportingService testRuntimeReportingService)
           
 void setExplanation(String explanation)
           
 void setPresenter(TestRunnerReportingView.Presenter presenter)
           
 void showFailure()
           
 void showSuccess()
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(TestRunnerReportingView.Presenter presenter)

bindDataGridToService

void bindDataGridToService(TestRuntimeReportingService testRuntimeReportingService)

showSuccess

void showSuccess()

showFailure

void showFailure()

setExplanation

void setExplanation(String explanation)

Drools Workbench - Test Scenario Editor - Client 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.