jBPM Console NG - Process Runtime Client 6.1.0.Beta2

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

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.1.0.Beta2

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