org.gcube.portlets.admin.wfdocviewer.client
Class AppController
java.lang.Object
org.gcube.portlets.admin.wfdocviewer.client.AppController
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.ValueChangeHandler<String>, com.google.gwt.event.shared.EventHandler, Presenter
public class AppController
- extends Object
- implements Presenter, com.google.gwt.event.logical.shared.ValueChangeHandler<String>
- Version:
- May 2011 (0.1)
This AppController contains the view transition logic,
to handle logic that is not specific to any presenter and instead resides at the application layer
- Author:
- Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppController
public AppController(WorkflowDocServiceAsync rpcService,
com.google.gwt.event.shared.HandlerManager eventBus)
go
public void go(com.google.gwt.user.client.ui.HasWidgets container)
- Specified by:
go
in interface Presenter
onValueChange
public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
- Specified by:
onValueChange
in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>
doInstanciateNewWorkflow
public void doInstanciateNewWorkflow(String reportid,
String reportName)
- Specified by:
doInstanciateNewWorkflow
in interface Presenter
doAddRolesToSelectedStep
public void doAddRolesToSelectedStep(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRoleDetails> roles)
- Specified by:
doAddRolesToSelectedStep
in interface Presenter
Copyright © 2014. All Rights Reserved.