Uses of Class
org.apache.wicket.datetime.markup.html.basic.DateLabel

Packages that use DateLabel
org.apache.wicket.datetime.markup.html.basic   
 

Uses of DateLabel in org.apache.wicket.datetime.markup.html.basic
 

Methods in org.apache.wicket.datetime.markup.html.basic that return DateLabel
static DateLabel DateLabel.forDatePattern(String id, IModel<Date> model, String datePattern)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forDatePattern(String id, String datePattern)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forDateStyle(String id, IModel<Date> model, String dateStyle)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forDateStyle(String id, String dateStyle)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forShortStyle(String id)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forShortStyle(String id, IModel<Date> model)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.withConverter(String id, DateConverter converter)
          Creates a new DateLabel using the provided converter.
static DateLabel DateLabel.withConverter(String id, IModel<Date> model, DateConverter converter)
          Creates a new DateLabel using the provided converter.
 



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