Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/nonpublic/datepicker/overrides/DateTimeConstants.java

Diff revisions: vs.
  @@ -1 +1 @@
1 - // This Source Code is Copyright & Licenced as indicated below
2 1 * Copyright 2007 Google Inc.
3 2 *
4 3 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5 4 * use this file except in compliance with the License. You may obtain a copy of
6 5 * the License at
7 6 *
8 7 * http://www.apache.org/licenses/LICENSE-2.0
9 8 *
10 9 * Unless required by applicable law or agreed to in writing, software
11 10 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12 11 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13 12 * License for the specific language governing permissions and limitations under
14 13 * the License.
15 14 */
16 15 * DateTimeConstants class encapsulate a collection of DateTime formatting
17 16 * symbols for use with DateTime format and parse services. This class extends
18 17 * GWT's Constants class. The actual symbol collections are defined in a set
19 18 * of property files named like "DateTimeConstants_xx.properties". GWT will
20 19 * will perform late binding to the property file that specific to user's
21 20 * locale.
22 21 */
23 22 String[] ampms();
24 23 String[] dateFormats();
25 24 String[] eraNames ();
26 25 String[] eras ();
27 26 String firstDayOfTheWeek();
28 27 String[] months ();
29 28 String[] narrowMonths ();
30 29 String[] narrowWeekdays();
31 30 String[] quarters ();
32 31 String[] shortMonths();
33 32 String[] shortQuarters();
34 33 String[] shortWeekdays();
35 34 String[] standaloneMonths();
36 35 String[] standaloneNarrowMonths();
37 36 String[] standaloneNarrowWeekdays();
38 37 String[] standaloneShortMonths();
39 38 String[] standaloneShortWeekdays ();
40 39 String[] standaloneWeekdays();
41 40 String[] timeFormats();
42 41 String[] weekdays();
43 42 String[] weekendRange();
43 + // This Source Code is Copyright & Licenced as indicated below
44 44 * Copyright 2007 Google Inc.
45 45 *
46 46 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
47 47 * use this file except in compliance with the License. You may obtain a copy of
48 48 * the License at
49 49 *
50 50 * http://www.apache.org/licenses/LICENSE-2.0
51 51 *
52 52 * Unless required by applicable law or agreed to in writing, software
53 53 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
54 54 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
55 55 * License for the specific language governing permissions and limitations under
56 56 * the License.
57 57 */
58 58 * DateTimeConstants class encapsulate a collection of DateTime formatting
59 59 * symbols for use with DateTime format and parse services. This class extends
60 60 * GWT's Constants class. The actual symbol collections are defined in a set
61 61 * of property files named like "DateTimeConstants_xx.properties". GWT will
62 62 * will perform late binding to the property file that specific to user's
63 63 * locale.
64 64 */
65 65 String[] ampms();
66 66 String[] dateFormats();
67 67 String[] eraNames();
68 68 String[] eras();
69 69 String firstDayOfTheWeek();
70 70 String[] months();
71 71 String[] narrowMonths();
72 72 String[] narrowWeekdays();
73 73 String[] quarters();
74 74 String[] shortMonths();
75 75 String[] shortQuarters();
76 76 String[] shortWeekdays();
77 77 String[] standaloneMonths();
78 78 String[] standaloneNarrowMonths();
79 79 String[] standaloneNarrowWeekdays();
80 80 String[] standaloneShortMonths();
81 81 String[] standaloneShortWeekdays();
82 82 String[] standaloneWeekdays();
83 83 String[] timeFormats();
84 84 String[] weekdays();
85 85 String[] weekendRange();