Uses of Class
com.google.gwt.widgetideas.table.client.TableController

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

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

Subclasses of TableController in com.google.gwt.widgetideas.table.client
 class CachedTableController
          A controller that interfaces between a TableModel and mutliple views of the data.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type TableController
EditablePagingGrid(TableController tableController)
          Constructor.
PagingGrid(TableController tableController)
          Constructor.