public abstract class ListModel<T,V> extends org.apache.wicket.model.LoadableDetachableModel<List<T>>
Modifier and Type | Method and Description |
---|---|
protected abstract T |
getObjectFor(V object)
This method will be called for each value in the containing collection.
|
protected List<T> |
load() |
protected List<T> |
makeCollection(int size)
Make new collection instance.
|