A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object. CompoundPropertyModel is a chaining model so it will call get/setobject on the given object if the object is an instanceof IModel itself.
@see org.apache.wicket.model.IModel
@see org.apache.wicket.model.Model
@see org.apache.wicket.model.LoadableDetachableModel
@see IChainingModel
@author Jonathan Locke
@param < T> The model object type
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.