Uses of Interface
org.apache.wicket.model.IObjectClassAwareModel

Packages that use IObjectClassAwareModel
org.apache.wicket.model Core model support for Wicket components. 
org.apache.wicket.model.util   
 

Uses of IObjectClassAwareModel in org.apache.wicket.model
 

Classes in org.apache.wicket.model that implement IObjectClassAwareModel
 class AbstractPropertyModel<T>
          Serves as a base class for different kinds of property models.
 class Model<T extends Serializable>
          Model is the basic implementation of an IModel.
 class PropertyModel<T>
          A PropertyModel is used to dynamically access a model using a "property expression".
 

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

Classes in org.apache.wicket.model.util that implement IObjectClassAwareModel
 class CollectionModel<T>
          Based on Model but for any collections of serializable objects.
 class GenericBaseModel<T>
          Base class for models that contain instances that do not appear to be serializable and cannot thus use Model directly.
 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–2019 Apache Software Foundation. All rights reserved.