jBPM Console NG - Process Runtime Client 6.1.0.Beta4

org.jbpm.console.ng.pr.client.editors.definition.list
Interface ProcessDefinitionListPresenter.ProcessDefinitionListView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<ProcessDefinitionListPresenter>
All Known Implementing Classes:
ProcessDefinitionListViewImpl
Enclosing class:
ProcessDefinitionListPresenter

public static interface ProcessDefinitionListPresenter.ProcessDefinitionListView
extends org.uberfire.client.mvp.UberView<ProcessDefinitionListPresenter>


Method Summary
 void displayNotification(String text)
           
 String getCurrentFilter()
           
 com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> getDataGrid()
           
 void hideBusyIndicator()
           
 void setCurrentFilter(String filter)
           
 void showBusyIndicator(String message)
           
 
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)

getCurrentFilter

String getCurrentFilter()

setCurrentFilter

void setCurrentFilter(String filter)

getDataGrid

com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> getDataGrid()

showBusyIndicator

void showBusyIndicator(String message)

hideBusyIndicator

void hideBusyIndicator()

jBPM Console NG - Process Runtime Client 6.1.0.Beta4

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