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

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

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

Subinterfaces of HasFixedColumnWidth in com.google.gwt.widgetideas.table.client
 interface HasAutoFitColumn
          An interface for tables that support automatic resizing of columns to fit the contents of the column based on the content of the column.
 interface HasRowPaging
          An interface for tables that can do paging.
 

Classes in com.google.gwt.widgetideas.table.client that implement HasFixedColumnWidth
 class EditablePagingGrid
          A PagingGrid that supports editing cell contents using a cell editor.
 class FixedWidthFlexTable
          A variation of the FlexTable that supports smarter column resizing options.
 class FixedWidthGrid
          A variation of the Grid that resizes columns using a fixed table width.
 class PagingGrid
          A PagingGrid 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.
 

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

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

Constructors in com.google.gwt.widgetideas.table.client with parameters of type HasFixedColumnWidth
PagingScrollTable(HasRowPaging dataTable, HasFixedColumnWidth headerTable)
          Constructor.
PagingScrollTable(HasRowPaging dataTable, HasFixedColumnWidth headerTable, PagingScrollTable.PagingScrollTableImages images)
          Constructor.
ScrollTable(HasFixedColumnWidth dataTable, HasFixedColumnWidth headerTable)
          Constructor.
ScrollTable(HasFixedColumnWidth dataTable, HasFixedColumnWidth headerTable, ScrollTable.ScrollTableImages images)
          Constructor.