Uses of Class
org.apache.wicket.model.ChainingModel
-
Packages that use ChainingModel Package Description 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 Modifier and Type Class Description classAbstractPropertyModel<T>Serves as a base class for different kinds of property models.classCompoundPropertyModel<T>A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.classPropertyModel<T>A PropertyModel is used to dynamically access a model using a "property expression".Methods in org.apache.wicket.model that return ChainingModel Modifier and Type Method Description protected ChainingModel<T>ChainingModel. setTarget(java.lang.Object modelObject)Sets a new target - object or model
-