Example usage for com.google.gwt.user.datepicker.client CalendarModel subclass-usage

List of usage examples for com.google.gwt.user.datepicker.client CalendarModel subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.datepicker.client CalendarModel subclass-usage.

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 {