@Dependent public class DataSetProcessInstanceListPresenter extends AbstractScreenListPresenter<ProcessInstanceSummary>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSetProcessInstanceListPresenter.DataSetProcessInstanceListView |
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.Button |
menuActionsButton |
com.github.gwtbootstrap.client.ui.Button |
menuRefreshButton |
com.github.gwtbootstrap.client.ui.Button |
menuResetTabsButton |
identity, place, placeManagerautoRefreshEnabled, autoRefreshSeconds, currentFilter, dataProvider, refreshTimer, textSearchStr| Constructor and Description |
|---|
DataSetProcessInstanceListPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortProcessInstance(List<Long> processInstanceIds) |
void |
abortProcessInstance(long processInstanceId) |
void |
bulkAbort(List<ProcessInstanceSummary> processInstances) |
void |
bulkSignal(List<ProcessInstanceSummary> processInstances) |
void |
createRefreshToggleButton(com.github.gwtbootstrap.client.ui.Button refreshIntervalSelector) |
void |
filterGrid(FilterSettings tableSettings) |
void |
getData(com.google.gwt.view.client.Range visibleRange) |
protected AbstractListView.ListView |
getListView() |
org.uberfire.workbench.model.menu.Menus |
getMenus() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<DataSetProcessInstanceListPresenter> |
getView() |
void |
newInstanceCreated(NewProcessInstanceEvent pi) |
void |
newInstanceCreated(ProcessInstancesUpdateEvent pis) |
void |
onFocus() |
void |
onOpen() |
protected void |
onSearchEvent(SearchEvent searchEvent) |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
setupButtons() |
void |
suspendProcessInstance(String processDefId,
long processInstanceId) |
addDataDisplay, getAutoRefreshSeconds, getDataProvider, initDataProvider, refreshGrid, setAutoRefreshSeconds, updateDataOnCallback, updateRefreshInterval, updateRefreshTimerpublic com.github.gwtbootstrap.client.ui.Button menuActionsButton
public com.github.gwtbootstrap.client.ui.Button menuRefreshButton
public com.github.gwtbootstrap.client.ui.Button menuResetTabsButton
public void filterGrid(FilterSettings tableSettings)
protected AbstractListView.ListView getListView()
getListView in class AbstractListPresenter<ProcessInstanceSummary>public void getData(com.google.gwt.view.client.Range visibleRange)
getData in class AbstractListPresenter<ProcessInstanceSummary>public void newInstanceCreated(@Observes
NewProcessInstanceEvent pi)
public void newInstanceCreated(@Observes
ProcessInstancesUpdateEvent pis)
public void onStartup(org.uberfire.mvp.PlaceRequest place)
onStartup in class AbstractScreenListPresenter<ProcessInstanceSummary>@OnFocus public void onFocus()
onFocus in class AbstractScreenListPresenter<ProcessInstanceSummary>public void onOpen()
onOpen in class AbstractScreenListPresenter<ProcessInstanceSummary>public void abortProcessInstance(long processInstanceId)
public void suspendProcessInstance(String processDefId, long processInstanceId)
public void bulkSignal(List<ProcessInstanceSummary> processInstances)
public void bulkAbort(List<ProcessInstanceSummary> processInstances)
public String getTitle()
public org.uberfire.client.mvp.UberView<DataSetProcessInstanceListPresenter> getView()
public org.uberfire.workbench.model.menu.Menus getMenus()
public void setupButtons()
public void createRefreshToggleButton(com.github.gwtbootstrap.client.ui.Button refreshIntervalSelector)
protected void onSearchEvent(@Observes
SearchEvent searchEvent)
onSearchEvent in class AbstractListPresenter<ProcessInstanceSummary>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.