Uses of Class
org.wicketstuff.datetime.markup.html.basic.DateLabel
Packages that use DateLabel
-
Uses of DateLabel in org.wicketstuff.datetime.markup.html.basic
Methods in org.wicketstuff.datetime.markup.html.basic that return DateLabelModifier and TypeMethodDescriptionstatic DateLabel
DateLabel.forDatePattern
(String id, String datePattern) Creates a new DateLabel defaulting to using a short date patternstatic DateLabel
DateLabel.forDatePattern
(String id, IModel<Date> model, String datePattern) Creates a new DateLabel defaulting to using a short date patternstatic DateLabel
DateLabel.forDateStyle
(String id, String dateStyle) Creates a new DateLabel defaulting to using a short date patternstatic DateLabel
DateLabel.forDateStyle
(String id, IModel<Date> model, String dateStyle) Creates a new DateLabel defaulting to using a short date patternstatic DateLabel
DateLabel.forShortStyle
(String id) Creates a new DateLabel defaulting to using a short date patternstatic DateLabel
DateLabel.forShortStyle
(String id, IModel<Date> model) Creates a new DateLabel defaulting to using a short date patternstatic DateLabel
DateLabel.withConverter
(String id, IModel<Date> model, DateConverter converter) Creates a new DateLabel using the provided converter.static DateLabel
DateLabel.withConverter
(String id, DateConverter converter) Creates a new DateLabel using the provided converter.