org.jbpm.console.ng.pr.client.editors.instance.list
public static interface ProcessInstanceListPresenter.ProcessInstanceListView extends org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
String |
getCurrentFilter() |
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> |
getDataGrid() |
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> |
getProcessInstanceListGrid() |
Set<ProcessInstanceSummary> |
getSelectedProcessInstances() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowAbortedLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowAllLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowCompletedLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowRelatedToMeLink() |
void |
setCurrentFilter(String filter) |
void displayNotification(String text)
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> getDataGrid()
String getCurrentFilter()
void setCurrentFilter(String filter)
com.github.gwtbootstrap.client.ui.NavLink getShowAllLink()
com.github.gwtbootstrap.client.ui.NavLink getShowCompletedLink()
com.github.gwtbootstrap.client.ui.NavLink getShowAbortedLink()
com.github.gwtbootstrap.client.ui.NavLink getShowRelatedToMeLink()
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> getProcessInstanceListGrid()
Set<ProcessInstanceSummary> getSelectedProcessInstances()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.