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

Packages that use HasCellSpans
com.google.gwt.widgetideas.table.client   
com.google.gwt.widgetideas.table.client.overrides   
 

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

Classes in com.google.gwt.widgetideas.table.client that implement HasCellSpans
 class FixedWidthFlexTable
          A variation of the FlexTable that supports smarter column resizing options.
 class PreloadedTable
          A PreloadedTable allow users to configure a table with HTML cell data before rendering the table.
 

Uses of HasCellSpans in com.google.gwt.widgetideas.table.client.overrides
 

Classes in com.google.gwt.widgetideas.table.client.overrides that implement HasCellSpans
 class FlexTable
          This class should replace the actual class of the same name.