summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-12-19 01:50:32 +0200
committerArtur Signell <artur@vaadin.com>2015-01-02 16:40:29 +0200
commit26832b6947266ce5cffd92558c23e6556278038d (patch)
tree6e550fb5dc1510c22b5d76e097970a0f97e4c31d /shared
parentfea60eaea2c791766be9f17ff2900739b32bf576 (diff)
downloadvaadin-framework-26832b6947266ce5cffd92558c23e6556278038d.tar.gz
vaadin-framework-26832b6947266ce5cffd92558c23e6556278038d.zip
Option for rendering Calendar event captions as HTML (#9030)
Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6
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 93bd05bc1e..c26c4ead16 100644
--- a/shared/src/com/vaadin/shared/ui/calendar/CalendarState.java
+++ b/shared/src/com/vaadin/shared/ui/calendar/CalendarState.java
@@ -38,6 +38,7 @@ public class CalendarState extends AbstractComponentState {
public List<CalendarState.Day> days;
public List<CalendarState.Event> events;
public List<CalendarState.Action> actions;
+ public boolean eventCaptionAsHtml;
public static class Day implements java.io.Serializable {
public String date;