Standard GWT date picker.
CSS Style Rules
- .gwt-DatePicker { }
- .datePickerMonthSelector { the month selector widget }
- .datePickerMonth { the month in the month selector widget }
-
- .datePickerYear { the year in the month selector widget }
-
- .datePickerPreviousButton { the previous month button }
-
- .datePickerNextButton { the next month button }
-
- .datePickerPreviousYearButton { the previous year button }
-
- .datePickerNextYearButton { the next year button }
-
- .datePickerDays { the portion of the picker that shows the days }
- .datePickerWeekdayLabel { the label over weekdays }
- .datePickerWeekendLabel { the label over weekends }
- .datePickerDay { a single day }
- .datePickerDayIsToday { today's date }
- .datePickerDayIsWeekend { a weekend day }
- .datePickerDayIsFiller { a day in another month }
- .datePickerDayIsValue { the selected day }
- .datePickerDayIsDisabled { a disabled day }
- .datePickerDayIsHighlighted { the currently highlighted day }
- .datePickerDayIsValueAndHighlighted { the highlighted day if it is also
selected }
Example