Package ontopoly.models
Class ListModel<T,V>
- java.lang.Object
-
- org.apache.wicket.model.LoadableDetachableModel<List<T>>
-
- ontopoly.models.ListModel<T,V>
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.IClusterable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<List<T>>
public abstract class ListModel<T,V> extends org.apache.wicket.model.LoadableDetachableModel<List<T>>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract TgetObjectFor(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.
-