public interface TestRunnerReportingView
extends com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
TestRunnerReportingView.Presenter |
Modifier and Type | Method and Description |
---|---|
void |
bindDataGridToService(TestRuntimeReportingService testRuntimeReportingService) |
void |
setExplanation(String explanation) |
void |
setPresenter(TestRunnerReportingView.Presenter presenter) |
void |
showFailure() |
void |
showSuccess() |
void setPresenter(TestRunnerReportingView.Presenter presenter)
void bindDataGridToService(TestRuntimeReportingService testRuntimeReportingService)
void showSuccess()
void showFailure()
void setExplanation(String explanation)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.