From 13e3d235e5ce62ad03a2da0046162e10bd5bd94c Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 13 Sep 2016 12:31:08 +0300 Subject: Add multi selection support to CheckBoxGroup This patch adds multi selection support only for CheckBoxGroup without even trying to generalize anything. Adopting the concepts to work with other components will be done separately. Change-Id: Id4ccd2c743b74cb022dc9dfd8cd8dae3bf8f0c54 --- .../java/com/vaadin/shared/ui/optiongroup/CheckBoxGroupConstants.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared') diff --git a/shared/src/main/java/com/vaadin/shared/ui/optiongroup/CheckBoxGroupConstants.java b/shared/src/main/java/com/vaadin/shared/ui/optiongroup/CheckBoxGroupConstants.java index 2747dd4c99..6bca43852a 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/optiongroup/CheckBoxGroupConstants.java +++ b/shared/src/main/java/com/vaadin/shared/ui/optiongroup/CheckBoxGroupConstants.java @@ -25,4 +25,6 @@ public class CheckBoxGroupConstants implements Serializable { public static final String JSONKEY_ITEM_VALUE = "v"; public static final String JSONKEY_ITEM_KEY = "k"; + + public static final String JSONKEY_ITEM_SELECTED = "s"; } -- cgit v1.2.3