public class AppController extends Object implements Presenter, com.google.gwt.event.logical.shared.ValueChangeHandler<String>
Constructor and Description |
---|
AppController(WfDocumentsLibraryServiceAsync rpcService,
com.google.gwt.event.shared.HandlerManager eventBus) |
Modifier and Type | Method and Description |
---|---|
void |
doAddComment(String comment,
String workflowid) |
void |
doForward(WorkflowDocument wfDoc,
String toStepLabel) |
void |
go(com.google.gwt.user.client.ui.HasWidgets container) |
void |
onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event) |
public AppController(WfDocumentsLibraryServiceAsync rpcService, com.google.gwt.event.shared.HandlerManager eventBus)
public void go(com.google.gwt.user.client.ui.HasWidgets container)
public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
onValueChange
in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>
public void doAddComment(String comment, String workflowid)
doAddComment
in interface Presenter
public void doForward(WorkflowDocument wfDoc, String toStepLabel)
Copyright © 2014. All Rights Reserved.