Uses of Interface
com.google.gwt.user.datepicker.client.DateBox.Format
Package
Description
The date picker widget and associated types.
-
Uses of DateBox.Format in com.google.gwt.user.datepicker.client
Modifier and TypeMethodDescriptionDateBox.getFormat()
Gets the format instance used to control formatting and parsing of thisDateBox
.Modifier and TypeMethodDescriptionvoid
DateBox.setFormat
(DateBox.Format format) Sets the format used to control formatting and parsing of dates in thisDateBox
.ModifierConstructorDescriptionDateBox
(DatePicker picker, Date date, DateBox.Format format) Create a new date box.