summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-10-04 00:03:38 +0300
committerAnna Koskinen <anna@vaadin.com>2014-11-03 13:16:47 +0200
commiteb94e2a9be2d8ce34620fdedc90425e05785cdd8 (patch)
treef2c7714b1d541c7b490b83754f7be9c124bf18ee /shared
parentdda24122a7a0a0491fc5cac69792fe37a826803e (diff)
downloadvaadin-framework-eb94e2a9be2d8ce34620fdedc90425e05785cdd8.tar.gz
vaadin-framework-eb94e2a9be2d8ce34620fdedc90425e05785cdd8.zip
Fix VCalendar to use correct year of week. (#14783)
Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/calendar/CalendarState.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ui/calendar/CalendarState.java b/shared/src/com/vaadin/shared/ui/calendar/CalendarState.java
index de48f1a06a..93bd05bc1e 100644
--- a/shared/src/com/vaadin/shared/ui/calendar/CalendarState.java
+++ b/shared/src/com/vaadin/shared/ui/calendar/CalendarState.java
@@ -44,6 +44,7 @@ public class CalendarState extends AbstractComponentState {
public String localizedDateFormat;
public int dayOfWeek;
public int week;
+ public int yearOfWeek;
}
public static class Action implements java.io.Serializable {