org.jbpm.console.ng.pr.client.editors.instance.list
Interface ProcessInstanceListPresenter.ProcessInstanceListView
- All Superinterfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter>
- All Known Implementing Classes:
- ProcessInstanceListViewImpl
- Enclosing class:
- ProcessInstanceListPresenter
public static interface ProcessInstanceListPresenter.ProcessInstanceListView
- extends org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
displayNotification
void displayNotification(String text)
getDataGrid
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> getDataGrid()
getCurrentFilter
String getCurrentFilter()
setCurrentFilter
void setCurrentFilter(String filter)
getShowAllLink
com.github.gwtbootstrap.client.ui.NavLink getShowAllLink()
getShowCompletedLink
com.github.gwtbootstrap.client.ui.NavLink getShowCompletedLink()
getShowAbortedLink
com.github.gwtbootstrap.client.ui.NavLink getShowAbortedLink()
getShowRelatedToMeLink
com.github.gwtbootstrap.client.ui.NavLink getShowRelatedToMeLink()
getProcessInstanceListGrid
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> getProcessInstanceListGrid()
getSelectedProcessInstances
Set<ProcessInstanceSummary> getSelectedProcessInstances()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.