Uses of Class
com.google.gwt.widgetideas.table.client.overrides.FlexTable

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

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

Subclasses of FlexTable in com.google.gwt.widgetideas.table.client
 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.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type FlexTable
FlexTableBulkRenderer(FlexTable table)
          Constructor.
FlexTableBulkRenderer(FlexTable table, TableBulkRenderer.CellRenderer renderer)
          Constructor.