Package | Description |
---|---|
com.google.gwt.user.datepicker.client |
The date picker widget and associated types.
|
Modifier and Type | Class and Description |
---|---|
static class |
DateBox.DefaultFormat
Default
DateBox.Format class. |
Modifier and Type | Method and Description |
---|---|
DateBox.Format |
DateBox.getFormat()
Gets the format instance used to control formatting and parsing of this
DateBox . |
Modifier and Type | Method and Description |
---|---|
void |
DateBox.setFormat(DateBox.Format format)
Sets the format used to control formatting and parsing of dates in this
DateBox . |
Constructor and Description |
---|
DateBox(DatePicker picker,
java.util.Date date,
DateBox.Format format)
Create a new date box.
|