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

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

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

Subclasses of HoverGrid in com.google.gwt.widgetideas.table.client
 class BulkEditablePagingGrid
           
 class EditableGridView
          A GridView that supports editing cell contents using a cell editor.
 class FixedWidthGrid
          A variation of the Grid that resizes columns using a fixed table width.
 class GridView
          A GridView responds to events from an underlying TableController.
 class SortableFixedWidthGrid
          A variation of the Grid that supports many more options such as lazy row and column creation, row movement, hovering, row selection, and better column resizing.