jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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<VariableSummary> display)
           
 void close()
           
 com.google.gwt.view.client.ListDataProvider<VariableSummary> getDataProvider()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<VariableHistoryPresenter> getView()
           
 void init()
           
 void loadVariableHistory()
           
 void onReveal()
           
 void onStart(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()

onStart

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

getTitle

public String getTitle()

getView

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

onReveal

public void onReveal()

close

public void close()

loadVariableHistory

public void loadVariableHistory()

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()

jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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