List of usage examples for com.google.gwt.user.datepicker.client CalendarModel subclass-usage
From source file stroom.widget.customdatebox.client.CustomCalendarModel.java
/** * Model used to get calendar information for {@link DatePicker} and its * subclasses. */ @SuppressWarnings(/* Required to use Date API in gwt */{ "deprecation" }) public class CustomCalendarModel extends CalendarModel {