Uses of Class
org.apache.wicket.model.util.GenericBaseModel

Packages that use GenericBaseModel
org.apache.wicket.model.util   
 

Uses of GenericBaseModel in org.apache.wicket.model.util
 

Subclasses of GenericBaseModel in org.apache.wicket.model.util
 class CollectionModel<T>
          Based on Model but for any collections of serializable objects.
 class ListModel<T>
          Based on Model but for lists of serializable objects.
 class MapModel<K,V>
          Based on Model but for maps of serializable objects.
 class SetModel<T>
          Based on Model but for sets of serializable objects.
 class WildcardCollectionModel<T>
          Based on Model but for any collections of serializable objects.
 class WildcardListModel<T>
          Based on Model but for lists of serializable objects.
 class WildcardSetModel<T>
          Based on Model but for sets of serializable objects.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.