org.jbpm.console.ng.pr.client.editors.variables.list
@Dependent public class ProcessVariableListPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ProcessVariableListPresenter.ProcessVariableListView |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.view.client.ProvidesKey<VariableSummary> |
KEY_PROVIDER |
Constructor and Description |
---|
ProcessVariableListPresenter() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final com.google.gwt.view.client.ProvidesKey<VariableSummary> KEY_PROVIDER
public String getTitle()
public org.uberfire.client.mvp.UberView<ProcessVariableListPresenter> getView()
public void addDataDisplay(com.google.gwt.view.client.HasData<VariableSummary> display)
public com.google.gwt.view.client.ListDataProvider<VariableSummary> getDataProvider()
public void refreshData()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void onOpen()
public org.uberfire.workbench.model.menu.Menus getMenus()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.