jBPM Console NG - Documents Client 6.2.0-SNAPSHOT

org.jbpm.console.ng.dm.client.document.list
Class DocumentListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter<T>
      extended by org.jbpm.console.ng.gc.client.list.base.AbstractScreenListPresenter<CMSContentSummary>
          extended by org.jbpm.console.ng.dm.client.document.list.DocumentListPresenter

@Dependent
public class DocumentListPresenter
extends AbstractScreenListPresenter<CMSContentSummary>


Nested Class Summary
static interface DocumentListPresenter.DocumentListView
           
 
Field Summary
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractScreenListPresenter
identity, place, placeManager
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter
currentFilter, dataProvider
 
Constructor Summary
DocumentListPresenter()
           
 
Method Summary
 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 onStartup(org.uberfire.mvp.PlaceRequest place)
           
 
Methods inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter
addDataDisplay, onSearchEvent, refreshGrid
 
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

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)

onOpen

public void onOpen()
Overrides:
onOpen in class AbstractScreenListPresenter<CMSContentSummary>

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)
Overrides:
onStartup in class AbstractScreenListPresenter<CMSContentSummary>

onFocus

@OnFocus
public void onFocus()
Overrides:
onFocus in class AbstractScreenListPresenter<CMSContentSummary>

getView

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

getTitle

public String getTitle()

jBPM Console NG - Documents Client 6.2.0-SNAPSHOT

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