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

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

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

Classes in com.google.gwt.widgetideas.table.client that implement HasRowPaging
 class EditablePagingGrid
          A PagingGrid that supports editing cell contents using a cell editor.
 class PagingGrid
          A PagingGrid responds to events from an underlying TableController.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type HasRowPaging
PagingScrollTable(HasRowPaging dataTable, HasFixedColumnWidth headerTable)
          Constructor.
PagingScrollTable(HasRowPaging dataTable, HasFixedColumnWidth headerTable, PagingScrollTable.PagingScrollTableImages images)
          Constructor.