com.google.gwt.view.client
Interface ListView.Delegate<T>

Type Parameters:
T - the data type of each row
All Known Implementing Classes:
AbstractRecordListActivity
Enclosing interface:
ListView<T>

public static interface ListView.Delegate<T>

A list view delegate, implemented by classes that supply data to a view.


Method Summary
 void onRangeChanged(ListView<T> listView)
           
 

Method Detail

onRangeChanged

void onRangeChanged(ListView<T> listView)