jBPM Console NG - Process Runtime Client 6.0.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)
           
 com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> getDataGrid()
           
 com.github.gwtbootstrap.client.ui.TextBox getSearchBox()
           
 void hideBusyIndicator()
           
 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)

getSearchBox

com.github.gwtbootstrap.client.ui.TextBox getSearchBox()

getDataGrid

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

showBusyIndicator

void showBusyIndicator(String message)

hideBusyIndicator

void hideBusyIndicator()

jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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