GWT 2.1.1

Uses of Interface
com.google.gwt.user.cellview.client.CellList.Resources

Packages that use CellList.Resources
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of CellList.Resources in com.google.gwt.user.cellview.client
 

Constructors in com.google.gwt.user.cellview.client with parameters of type CellList.Resources
CellList(Cell<T> cell, CellList.Resources resources)
          Construct a new CellList with the specified CellList.Resources.
CellList(Cell<T> cell, CellList.Resources resources, ProvidesKey<T> keyProvider)
          Construct a new CellList with the specified CellList.Resources and key provider.
 


GWT 2.1.1