Package org.apache.wicket.model.util
-
Class Summary Class Description CollectionModel<T> Based onModel
but for any collections of serializable objects.GenericBaseModel<T> Base class for models that contain instances that do not appear to be serializable and cannot thus useModel
directly.ListModel<T> Based onModel
but for lists of serializable objects.MapModel<K,V> Based onModel
but for maps of serializable objects.SetModel<T> Based onModel
but for sets of serializable objects.