Project Editor Client 6.0.0.Beta2

org.kie.guvnor.projecteditor.client.forms
Class BulkRunTestScenarioEditor

java.lang.Object
  extended by org.kie.guvnor.projecteditor.client.forms.BulkRunTestScenarioEditor
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget, HasBusyIndicator, BulkRunTestScenarioEditorView.Presenter

@Dependent
public class BulkRunTestScenarioEditor
extends Object
implements com.google.gwt.user.client.ui.IsWidget, BulkRunTestScenarioEditorView.Presenter, HasBusyIndicator


Constructor Summary
BulkRunTestScenarioEditor()
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
           
 String getTitle()
           
 void hideBusyIndicator()
           
 void init()
           
 void init(org.uberfire.backend.vfs.Path path, boolean isReadOnly)
           
 void onRunAllButton()
           
 void save(String commitMessage, org.uberfire.client.mvp.Command callback, org.kie.guvnor.services.metadata.model.Metadata metadata)
           
 void showBusyIndicator(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkRunTestScenarioEditor

public BulkRunTestScenarioEditor()
Method Detail

init

@PostConstruct
public void init()

init

public void init(org.uberfire.backend.vfs.Path path,
                 boolean isReadOnly)

save

public void save(String commitMessage,
                 org.uberfire.client.mvp.Command callback,
                 org.kie.guvnor.services.metadata.model.Metadata metadata)

asWidget

public com.google.gwt.user.client.ui.Widget asWidget()
Specified by:
asWidget in interface com.google.gwt.user.client.ui.IsWidget

getTitle

public String getTitle()

onRunAllButton

public void onRunAllButton()
Specified by:
onRunAllButton in interface BulkRunTestScenarioEditorView.Presenter

showBusyIndicator

public void showBusyIndicator(String message)
Specified by:
showBusyIndicator in interface HasBusyIndicator

hideBusyIndicator

public void hideBusyIndicator()
Specified by:
hideBusyIndicator in interface HasBusyIndicator

Project Editor Client 6.0.0.Beta2

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