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

Packages that use PropertyModel
org.apache.wicket.extensions.yui.calendar   
 

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(PropertyModel dateFieldModel)
          Deprecated. replaced by DateTimeField.newDateTextField(String, PropertyModel)
protected  DateTextField DateField.newDateTextField(PropertyModel dateFieldModel)
          Deprecated. replaced by DateField.newDateTextField(String, PropertyModel)
protected  DateTextField DateTimeField.newDateTextField(java.lang.String id, PropertyModel dateFieldModel)
          create a new DateTextField instance to be added to this panel.
protected  DateTextField DateField.newDateTextField(java.lang.String id, PropertyModel dateFieldModel)
          create a new DateTextField instance to be added to this panel.
 



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