@Dependent public class ProcessVariableListPresenter extends AbstractListPresenter<ProcessVariableSummary>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessVariableListPresenter.ProcessVariableListView |
currentFilter, dataProvider| Constructor and Description |
|---|
ProcessVariableListPresenter(ProcessVariableListPresenter.ProcessVariableListView view,
org.jboss.errai.common.client.api.Caller<ProcessVariablesService> variablesServices) |
| Modifier and Type | Method and Description |
|---|---|
void |
getData(com.google.gwt.view.client.Range visibleRange) |
protected ListView |
getListView() |
int |
getProcessInstanceStatus() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
init() |
void |
loadVariableHistory(org.uberfire.mvp.ParameterizedCommand<List<ProcessVariableSummary>> callback,
String variableName) |
void |
onProcessInstanceSelectionEvent(ProcessInstanceSelectionEvent event) |
addDataDisplay, getDataProvider, initDataProvider, onRefresh, refreshGrid, setDataProvider, updateDataOnCallback, updateDataOnCallback@Inject public ProcessVariableListPresenter(ProcessVariableListPresenter.ProcessVariableListView view, org.jboss.errai.common.client.api.Caller<ProcessVariablesService> variablesServices)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.IsWidget getWidget()
public void onProcessInstanceSelectionEvent(@Observes
ProcessInstanceSelectionEvent event)
public int getProcessInstanceStatus()
public void loadVariableHistory(org.uberfire.mvp.ParameterizedCommand<List<ProcessVariableSummary>> callback, String variableName)
protected ListView getListView()
getListView in class AbstractListPresenter<ProcessVariableSummary>public void getData(com.google.gwt.view.client.Range visibleRange)
getData in class AbstractListPresenter<ProcessVariableSummary>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.