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

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

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

Methods in com.google.gwt.widgetideas.table.client that return FixedWidthFlexTable
 FixedWidthFlexTable ScrollTable.getFooterTable()
           
 FixedWidthFlexTable ScrollTable.getHeaderTable()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type FixedWidthFlexTable
 void ScrollTable.setFooterTable(FixedWidthFlexTable footerTable)
          Set the footer table that appears under the data table.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type FixedWidthFlexTable
PagingScrollTable(TableModel<R> tableModel, FixedWidthGrid dataTable, FixedWidthFlexTable headerTable)
          Constructor.
PagingScrollTable(TableModel<R> tableModel, FixedWidthGrid dataTable, FixedWidthFlexTable headerTable, ScrollTable.ScrollTableImages images)
          Constructor.
ScrollTable(FixedWidthGrid dataTable, FixedWidthFlexTable headerTable)
          Constructor.
ScrollTable(FixedWidthGrid dataTable, FixedWidthFlexTable headerTable, ScrollTable.ScrollTableImages images)
          Constructor.