jBPM Console NG - Process Runtime Client 6.0.0.CR5

org.jbpm.console.ng.pr.client.editors.variables.list
Class ProcessVariableListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.pr.client.editors.variables.list.ProcessVariableListPresenter

@Dependent
public class ProcessVariableListPresenter
extends Object


Nested Class Summary
static interface ProcessVariableListPresenter.ProcessVariableListView
           
 
Field Summary
static com.google.gwt.view.client.ProvidesKey<VariableSummary> KEY_PROVIDER
           
 
Constructor Summary
ProcessVariableListPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<VariableSummary> display)
           
 com.google.gwt.view.client.ListDataProvider<VariableSummary> getDataProvider()
           
 org.uberfire.workbench.model.menu.Menus getMenus()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<ProcessVariableListPresenter> getView()
           
 void loadVariables(String processId, String processDefId)
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 void refreshData()
           
 void refreshVariableListData(String processId, String processDefId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PROVIDER

public static final com.google.gwt.view.client.ProvidesKey<VariableSummary> KEY_PROVIDER
Constructor Detail

ProcessVariableListPresenter

public ProcessVariableListPresenter()
Method Detail

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<ProcessVariableListPresenter> getView()

refreshVariableListData

public void refreshVariableListData(String processId,
                                    String processDefId)

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<VariableSummary> display)

getDataProvider

public com.google.gwt.view.client.ListDataProvider<VariableSummary> getDataProvider()

refreshData

public void refreshData()

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

onOpen

public void onOpen()

loadVariables

public void loadVariables(String processId,
                          String processDefId)

getMenus

public org.uberfire.workbench.model.menu.Menus getMenus()

jBPM Console NG - Process Runtime Client 6.0.0.CR5

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