org.jbpm.console.ng.gc.client.list.base
Class AbstractListPresenter<T>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataProvider
protected com.google.gwt.view.client.AsyncDataProvider<T> dataProvider
currentFilter
protected QueryFilter currentFilter
AbstractListPresenter
public AbstractListPresenter()
addDataDisplay
public void addDataDisplay(com.google.gwt.view.client.HasData<T> display)
refreshGrid
public void refreshGrid()
onSearchEvent
protected void onSearchEvent(@Observes
SearchEvent searchEvent)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.