Uses of Interface
com.google.gwt.widgetideas.table.client.RowPagingListener

Packages that use RowPagingListener
com.google.gwt.widgetideas.table.client   
 

Uses of RowPagingListener in com.google.gwt.widgetideas.table.client
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type RowPagingListener
 void SourceRowPagingEvents.addRowPagingListener(RowPagingListener listener)
          Add a new RowPagingListener.
 void PagingScrollTable.addRowPagingListener(RowPagingListener listener)
          Add a new RowPagingListener.
 void SourceRowPagingEvents.removeRowPagingListener(RowPagingListener listener)
          Remove a RowPagingListener.
 void PagingScrollTable.removeRowPagingListener(RowPagingListener listener)
          Remove a RowPagingListener.