Uses of Class
org.apache.wicket.model.ChainingModel

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

Uses of ChainingModel in org.apache.wicket.model
 

Subclasses of ChainingModel in org.apache.wicket.model
 class AbstractPropertyModel<T>
          Serves as a base class for different kinds of property models.
 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".
 

Methods in org.apache.wicket.model that return ChainingModel
protected  ChainingModel<T> ChainingModel.setTarget(Object modelObject)
          Sets a new target - object or model
 



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