Uses of Class
com.google.gwt.user.datepicker.client.CalendarModel
Packages that use CalendarModel
Package
Description
The date picker widget and associated types.
-
Uses of CalendarModel in com.google.gwt.user.datepicker.client
Methods in com.google.gwt.user.datepicker.client that return CalendarModelModifier and TypeMethodDescriptionprotected final CalendarModelDatePicker.getModel()Gets theCalendarModelassociated with this date picker.DatePickerComponent.getModel()Constructors in com.google.gwt.user.datepicker.client with parameters of type CalendarModelModifierConstructorDescriptionprotectedDatePicker(MonthSelector monthAndYearSelector, CalendarView view, CalendarModel model) Creates a new date picker.