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

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

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

Methods in com.google.gwt.widgetideas.table.client that return FixedWidthGrid
 FixedWidthGrid ScrollTable.getDataTable()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type FixedWidthGrid
 void PagingScrollTable.CellRenderer.renderCell(FixedWidthGrid grid, int row, int column, java.lang.Object data)
          Render the contents of a cell.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type FixedWidthGrid
FixedWidthGridBulkRenderer(FixedWidthGrid table, int numColumns)
          Constructor.
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.