Package org.apache.wicket.model.util

Class Summary
CollectionModel<T> Based on Model 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 use Model directly.
ListModel<T> Based on Model but for lists of serializable objects.
MapModel<K,V> Based on Model but for maps of serializable objects.
SetModel<T> Based on Model but for sets of serializable objects.
WildcardCollectionModel<T> Based on Model but for any collections of serializable objects.
WildcardListModel<T> Based on Model but for lists of serializable objects.
WildcardSetModel<T> Based on Model but for sets of serializable objects.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.