org.gcube.portlets.admin.wfdocviewer.client
Class AppController

java.lang.Object
  extended by 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

Constructor Summary
AppController(WorkflowDocServiceAsync rpcService, com.google.gwt.event.shared.HandlerManager eventBus)
           
 
Method Summary
 void doAddRolesToSelectedStep(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRoleDetails> roles)
           
 void doInstanciateNewWorkflow(String reportid, String reportName)
           
 void go(com.google.gwt.user.client.ui.HasWidgets container)
           
 void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppController

public AppController(WorkflowDocServiceAsync rpcService,
                     com.google.gwt.event.shared.HandlerManager eventBus)
Method Detail

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.