Uses of Class
wicket.model.AbstractPropertyModel

Packages that use AbstractPropertyModel
wicket.model Core model support for Wicket components. 
 

Uses of AbstractPropertyModel in wicket.model
 

Subclasses of AbstractPropertyModel in wicket.model
 class BoundCompoundPropertyModel
          A compound property model that supports type conversions and OGNL expression bindings.
 class CompoundPropertyModel
          A simple compound model which uses the component's name as the OGNL expression to retrieve properties on the nested model object.
 class PropertyModel
          A PropertyModel is used to dynamically access a model using an Ognl expression .
 



Copyright © 2004-2005 Wicket developers. All Rights Reserved.