com.google.gwt.widgetideas.table.client
Interface TableDataRequestListener


public interface TableDataRequestListener

Event listener interface for SourceTableDataRequestEvents.


Method Summary
 void onRequestData(int firstRow, int rowCount, TableModel.ColumnSortList sortList)
          Fired when the source requests data.
 

Method Detail

onRequestData

void onRequestData(int firstRow,
                   int rowCount,
                   TableModel.ColumnSortList sortList)
Fired when the source requests data.

Parameters:
firstRow - the rows to request
rowCount - the number of rows of data to request
sortList - detailed information of column sorting