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

Packages that use PropertyModel
org.apache.wicket.extensions.yui.calendar   
org.apache.wicket.model Core model support for Wicket components. 
 

Uses of PropertyModel in org.apache.wicket.extensions.yui.calendar
 

Methods in org.apache.wicket.extensions.yui.calendar with parameters of type PropertyModel
protected  DateTextField DateTimeField.newDateTextField(java.lang.String id, PropertyModel<java.util.Date> dateFieldModel)
          create a new DateTextField instance to be added to this panel.
 

Uses of PropertyModel in org.apache.wicket.model
 

Methods in org.apache.wicket.model that return PropertyModel
static
<Z> PropertyModel<Z>
PropertyModel.of(java.lang.Object parent, java.lang.String property)
          Type-infering factory method
 



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