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
          Serves as a base class for different kinds of property models.
 class BoundCompoundPropertyModel
          A compound property model that supports type conversions and property expression bindings.
 class CompoundPropertyModel
          A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
 class PropertyModel
          A PropertyModel is used to dynamically access a model using a "property expression".
 



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