Uses of Interface
com.google.gwt.widgetideas.table.client.BulkLoader.BulkLoadable

Packages that use BulkLoader.BulkLoadable
com.google.gwt.widgetideas.table.client   
 

Uses of BulkLoader.BulkLoadable in com.google.gwt.widgetideas.table.client
 

Classes in com.google.gwt.widgetideas.table.client that implement BulkLoader.BulkLoadable
 class BulkEditablePagingGrid
           
 class BulkLoadedTable
          Table data, provided by a specificTableModel, is bulk loaded into the current table.
 class PreloadedTable
          A PreloadedTable allow users to configure a table with HTML cell data before rendering the table.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type BulkLoader.BulkLoadable
BulkLoader(BulkLoader.BulkLoadable table)