org.jbpm.console.ng.pr.client.editors.variables.history
@Dependent public class VariableHistoryPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
VariableHistoryPresenter.PopupView |
Constructor and Description |
---|
VariableHistoryPresenter() |
Modifier and Type | Method and Description |
---|---|
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() |
@PostConstruct public void init()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<VariableHistoryPresenter> getView()
public void onOpen()
public void close()
public void loadVariableHistory()
public void addDataDisplay(com.google.gwt.view.client.HasData<VariableSummary> display)
public com.google.gwt.view.client.ListDataProvider<VariableSummary> getDataProvider()
public void refreshData()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.