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

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

Classes in com.google.gwt.widgetideas.table.client used by com.google.gwt.widgetideas.table.client
AbstractCellEditor
          Cell editors provide a mechanism to edit cells.
AbstractCellEditor.Callback
          Callback for AbstractCellEditor.
AbstractCellEditor.CellEditInfo
          The information about the cell to edit.
ClientTableModel
          A TableModel used when the data source can be accessed synchronously.
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.
FixedWidthGrid.FixedWidthGridCellFormatter
          This class contains methods used to format a table's cells.
FixedWidthGrid.FixedWidthGridRowFormatter
          This class contains methods used to format a table's rows.
FixedWidthGridBulkRenderer
          Helper class to bulk load FixedWidthGrid tables.
GridBulkRenderer
          Allows bulk rendering of Grids.
GridBulkRenderer.ChainingCallback
          Grids need repair code after the table is constructed.
InlineCellEditor
          An abstract representation of an editor used to edit the contents of a cell.
InlineCellEditor.InlineCellEditorImages
          An ImageBundle that provides images for InlineCellEditor.
PagingOptions.PagingOptionsImages
          An ImageBundle that provides images for PagingOptions.
PagingScrollTable
          A ScrollTable that acts as a view for an underlying TableModel.
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
           ScrollTable consists of a fixed header and footer (optional) that remain visible and a scrollable body that contains the data.
ScrollTable.ResizePolicy
          The resize policies of table cells.
ScrollTable.ScrollPolicy
          The scroll policy of the table.
ScrollTable.ScrollTableImages
          An ImageBundle that provides images for ScrollTable.
SelectionGrid
          A variation of the Grid that supports row or cell hovering and row selection.
SelectionGrid.SelectionGridCellFormatter
          This class contains methods used to format a table's cells.
SelectionGrid.SelectionGridRowFormatter
          This class contains methods used to format a table's rows.
SelectionGrid.SelectionPolicy
          Selection policies.
SortableColumnsListener
          Event listener interface for column sort events.
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.
SortableGrid.ColumnSorterCallback
          Callback that is called when the row sorting is complete.
SourceRowPagingEvents
          An interface for tables that can do paging.
SourceTableModelEvents
          An interface for TableModel that trigger events.
SourceTableSelectionEvents
          Source of selection events.
TableBulkRenderer
          Enables bulk rendering of tables.
TableBulkRenderer.CellRenderer
          Controls how each cell is rendered.
TableBulkRenderer.RenderingOptions
          Convenience class used to specify rendering options for the table.
TableModel
          A class to retrieve row data to be used in a table.
TableModel.Callback
          Callback for TableModel.
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
          A response from the TableModel.
TableModelListener
          Event listener for TableModel class.
TableSelectionListener
          Event listener interface for FixedWidthGrid events.