jBPM Console NG - Process Runtime Client 6.0.0.CR5

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>


Method Summary
 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)
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

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()

jBPM Console NG - Process Runtime Client 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.