jBPM Console NG - Documents Client 6.2.0.Beta2

org.jbpm.console.ng.dm.client.experimental.pagination
Class DocumentListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.dm.client.experimental.pagination.DocumentListPresenter

@Dependent
public class DocumentListPresenter
extends Object


Nested Class Summary
static interface DocumentListPresenter.DocumentListView
           
 
Constructor Summary
DocumentListPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<CMSContentSummary> display)
           
 void filterProcessList(String filter)
           
 com.google.gwt.view.client.ListDataProvider<CMSContentSummary> getDataProvider()
           
 org.uberfire.workbench.model.menu.Menus getMenus()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<DocumentListPresenter> getView()
           
 void onDocumentAddedEvent(NewDocumentEvent event)
           
 void onDocumentRemoveEvent(DocumentRemoveSearchEvent event)
           
 void onDocumentsHomeSelectionEvent(DocumentsHomeSearchEvent event)
           
 void onDocumentsParentSelectionEvent(DocumentsParentSearchEvent event)
           
 void onFocus()
           
 void onOpen()
           
 void onProcessDefSelectionEvent(DocumentsListSearchEvent event)
           
 void refreshData()
           
 void refreshDocumentList(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentListPresenter

public DocumentListPresenter()
Method Detail

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<DocumentListPresenter> getView()

refreshDocumentList

public void refreshDocumentList(String id)

filterProcessList

public void filterProcessList(String filter)

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<CMSContentSummary> display)

getDataProvider

public com.google.gwt.view.client.ListDataProvider<CMSContentSummary> getDataProvider()

refreshData

public void refreshData()

onOpen

public void onOpen()

onFocus

public void onFocus()

getMenus

public org.uberfire.workbench.model.menu.Menus getMenus()

onProcessDefSelectionEvent

public void onProcessDefSelectionEvent(@Observes
                                       DocumentsListSearchEvent event)

onDocumentsParentSelectionEvent

public void onDocumentsParentSelectionEvent(@Observes
                                            DocumentsParentSearchEvent event)

onDocumentsHomeSelectionEvent

public void onDocumentsHomeSelectionEvent(@Observes
                                          DocumentsHomeSearchEvent event)

onDocumentRemoveEvent

public void onDocumentRemoveEvent(@Observes
                                  DocumentRemoveSearchEvent event)

onDocumentAddedEvent

public void onDocumentAddedEvent(@Observes
                                 NewDocumentEvent event)

jBPM Console NG - Documents Client 6.2.0.Beta2

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