org.drools.guvnor.client.qa
Interface SummaryTableView

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

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


Nested Class Summary
static interface SummaryTableView.Presenter
           
 
Method Summary
 void addRow(int failures, int total, String scenarioName, String uuid)
           
 void setPresenter(SummaryTableView.Presenter presenter)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

addRow

void addRow(int failures,
            int total,
            String scenarioName,
            String uuid)

setPresenter

void setPresenter(SummaryTableView.Presenter presenter)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.