Class CollectionModel<T>

java.lang.Object
org.apache.wicket.model.util.GenericBaseModel<Collection<T>>
org.apache.wicket.model.util.CollectionModel<T>
Type Parameters:
T - type of object inside collection
All Implemented Interfaces:
Serializable, IDetachable, IModel<Collection<T>>, IObjectClassAwareModel<Collection<T>>, IClusterable

public class CollectionModel<T> extends GenericBaseModel<Collection<T>>
Based on Model but for any collections of serializable objects.
Author:
Timo Rantalaiho
See Also: