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

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

Uses of IChainingModel in org.apache.wicket.model
 

Classes in org.apache.wicket.model that implement IChainingModel
 class AbstractPropertyModel<T>
          Serves as a base class for different kinds of property models.
 class BoundCompoundPropertyModel<T>
          Deprecated. See CompoundPropertyModel.bind(String)
 class CompoundPropertyModel<T>
          A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
 class PropertyModel<T>
          A PropertyModel is used to dynamically access a model using a "property expression".
 



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