GWT 2.4.0

Uses of Interface
com.google.gwt.view.client.HasKeyProvider

Packages that use HasKeyProvider
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.widget.client Modern widgets, usually backed by Cells. 
 

Uses of HasKeyProvider in com.google.gwt.user.cellview.client
 

Classes in com.google.gwt.user.cellview.client that implement HasKeyProvider
 class AbstractCellTable<T>
          Abstract base class for tabular views that supports paging and columns.
 class AbstractHasData<T>
          An abstract Widget that implements HasData.
 class CellList<T>
          A single column list of cells.
 class CellTable<T>
          A tabular view that supports paging and columns.
 class CellWidget<C>
          A Widget that wraps a Cell.
 class DataGrid<T>
          A tabular view with a fixed header and footer section and a scrollable data section in the middle.
 

Uses of HasKeyProvider in com.google.gwt.widget.client
 

Classes in com.google.gwt.widget.client that implement HasKeyProvider
 class ButtonBase<C>
          Base class for buttons that supports content decoration.
 class TextButton
          A button that displays text and an optional icon.
 


GWT 2.4.0