jBPM Console NG - Generic Client 6.2.1-SNAPSHOT

org.jbpm.console.ng.gc.client.list.base
Class AbstractListPresenter<T>

java.lang.Object
  extended by org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter<T>
Type Parameters:
T - data type for the AsyncDataProvider
Direct Known Subclasses:
AbstractScreenListPresenter

public abstract class AbstractListPresenter<T>
extends Object


Field Summary
protected  QueryFilter currentFilter
           
protected  com.google.gwt.view.client.AsyncDataProvider<T> dataProvider
           
 
Constructor Summary
AbstractListPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<T> display)
           
protected  void onSearchEvent(SearchEvent searchEvent)
           
 void refreshGrid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataProvider

protected com.google.gwt.view.client.AsyncDataProvider<T> dataProvider

currentFilter

protected QueryFilter currentFilter
Constructor Detail

AbstractListPresenter

public AbstractListPresenter()
Method Detail

addDataDisplay

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

refreshGrid

public void refreshGrid()

onSearchEvent

protected void onSearchEvent(@Observes
                             SearchEvent searchEvent)

jBPM Console NG - Generic Client 6.2.1-SNAPSHOT

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