jBPM Console NG - Process Runtime Client 6.2.0.Final

org.jbpm.console.ng.pr.client.editors.variables.history
Class VariableHistoryPresenter

java.lang.Object
  extended by org.jbpm.console.ng.pr.client.editors.variables.history.VariableHistoryPresenter

@Dependent
public class VariableHistoryPresenter
extends Object


Nested Class Summary
static interface VariableHistoryPresenter.PopupView
           
 
Constructor Summary
VariableHistoryPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<ProcessVariableSummary> display)
           
 com.google.gwt.view.client.ListDataProvider<ProcessVariableSummary> getDataProvider()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<VariableHistoryPresenter> getView()
           
 void init()
           
 void loadVariableHistory()
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 void refreshData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableHistoryPresenter

public VariableHistoryPresenter()
Method Detail

init

@PostConstruct
public void init()

onStartup

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

getTitle

public String getTitle()

getView

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

onOpen

public void onOpen()

loadVariableHistory

public void loadVariableHistory()

addDataDisplay

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

getDataProvider

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

refreshData

public void refreshData()

jBPM Console NG - Process Runtime Client 6.2.0.Final

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