Package com.google.gwt.widgetideas.table.client

Interface Summary
AbstractCellEditor<R> Cell editors provide a mechanism to edit cells.
AbstractCellEditor.Callback<R> Callback for AbstractCellEditor.
InlineCellEditor.InlineCellEditorImages An ImageBundle that provides images for InlineCellEditor.
PagingOptions.PagingOptionsImages An ImageBundle that provides images for PagingOptions.
PagingScrollTable.CellRenderer The renderer used to set cell contents.
RendererCallback A callback used when rendering a Widget asynchronously or in a bulk operation.
RowPagingListener Event listener interface for SourceRowPagingEvents.
ScrollTable.ScrollTableImages An ImageBundle that provides images for ScrollTable.
SortableColumnsListener Event listener interface for column sort events.
SourceRowPagingEvents An interface for tables that can do paging.
SourceSortableColumnsEvents An interface for tables that can do paging.
SourceTableModelEvents An interface for TableModel that trigger events.
SourceTableSelectionEvents Source of selection events.
TableModel.Callback<R> Callback for TableModel.
TableModelListener Event listener for TableModel class.
TableSelectionListener Event listener interface for FixedWidthGrid events.
 

Class Summary
AbstractCellEditor.CellEditInfo<R> The information about the cell to edit.
CachedTableModel<R> A TableModel that wraps another TableModel and adds its own cache so subsequent requests for the same data will not require another TableModel request.
ClientTableModel<R> A TableModel used when the data source can be accessed synchronously.
ClientTableModel.ClientResponse<R> A Response that can be used when the response is not going over a RPC request.
FixedWidthFlexTable A variation of the FlexTable that supports smarter column resizing options.
FixedWidthGrid A variation of the Grid that resizes columns using a fixed table width.
FixedWidthGridBulkRenderer Helper class to bulk load FixedWidthGrid tables.
FlexTableBulkRenderer A helper class to enable bulk loading of FlexTable.
GridBulkRenderer Allows bulk rendering of Grids.
InlineCellEditor<R> An abstract representation of an editor used to edit the contents of a cell.
ListCellEditor<R> A cell editor that lists its options in a drop down box.
ListTableModel<R> A class to retrieve row data to be used in a table.
PagingOptions A panel that wraps a PagingScrollTable and includes options to manipulate the page.
PagingScrollTable<R> A ScrollTable that acts as a view for an underlying TableModel.
PreloadedTable A PreloadedTable allow users to configure a table with HTML cell data before rendering the table.
RadioCellEditor<R> A cell editor that lists its options as radio buttons.
ReadOnlyTableModel<R> A read-only version of the TableModel.
RowPagingListenerCollection A helper class for implementers of the SourceRowPagingEvents interface.
ScrollTable ScrollTable consists of a fixed header and footer (optional) that remain visible and a scrollable body that contains the data.
SelectionGrid A variation of the Grid that supports row or cell hovering and row selection.
SortableColumnsListenerCollection A helper class for implementers of the SourceSortableColumnsEvents interface.
SortableGrid 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.
SortableGrid.ColumnSorter The column sorter defines an algorithm to sort columns.
TableBulkRenderer Enables bulk rendering of tables.
TableBulkRenderer.CellRenderer Controls how each cell is rendered.
TableBulkRenderer.StringCellRenderer Controls how each cell is rendered.
TableModel<R> A class to retrieve row data to be used in a table.
TableModel.ColumnSortInfo Information about the sort order of a specific column in a table.
TableModel.ColumnSortList An ordered list of sorting info where each entry tells us how to sort a single column.
TableModel.Request A TableModel request.
TableModel.Response<R> A response from the TableModel.
TableModel.SerializableResponse<R extends Serializable> A response from the TableModel that is serializable, and can by used over RPC.
TableModelListenerCollection A helper class for implementers of SourceTableModelEvents.
TableSelectionListenerCollection A helper class for implementers of the SourceTableSelectionEvents interface.
TextCellEditor<R> A text editor used to edit a single line of text.
 

Enum Summary
ScrollTable.ResizePolicy The resize policies of table cells.
ScrollTable.ScrollPolicy The scroll policy of the table.
SelectionGrid.SelectionPolicy Selection policies.