public abstract class GenericViewCellFactory<TModel,TViewCell extends GenericViewCell<?,TModel>>
extends java.lang.Object
| Constructor and Description |
|---|
GenericViewCellFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TViewCell> |
createAllViewCells(java.util.Collection<? extends TModel> models) |
abstract TViewCell |
createViewCell(TModel model) |