com.google.gwt.widgetideas.table.client
Interface HasSortableColumns

All Superinterfaces:
SourceSortableColumnsEvents
All Known Implementing Classes:
EditablePagingGrid, PagingGrid, SortableFixedWidthGrid

public interface HasSortableColumns
extends SourceSortableColumnsEvents

An interface for tables that support column sorting.


Method Summary
 void sortColumn(int column)
          Sort the grid by the specified column.
 
Methods inherited from interface com.google.gwt.widgetideas.table.client.SourceSortableColumnsEvents
addSortableColumnsListener, removeSortableColumnsListener
 

Method Detail

sortColumn

void sortColumn(int column)
Sort the grid by the specified column.

Parameters:
column - the column index