jBPM Console NG - Documents Client 6.2.0.Beta2

org.jbpm.console.ng.dm.client.experimental.pagination
Interface DocumentListPresenter.DocumentListView

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

public static interface DocumentListPresenter.DocumentListView
extends org.uberfire.client.mvp.UberView<DocumentListPresenter>


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

showBusyIndicator

void showBusyIndicator(String message)

hideBusyIndicator

void hideBusyIndicator()

updatePathLink

void updatePathLink()

jBPM Console NG - Documents Client 6.2.0.Beta2

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