Uses of Interface
com.google.gwt.user.cellview.client.CellList.Resources
-
Packages that use CellList.Resources Package Description 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 Constructor Description CellList(Cell<T> cell, CellList.Resources resources)
Construct a newCellList
with the specifiedCellList.Resources
.CellList(Cell<T> cell, CellList.Resources resources, ProvidesKey<T> keyProvider)
-