From fdc306715766c999743974ad113b7d113a24ea3c Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 21 Dec 2011 09:35:14 +0200 Subject: [PATCH] Noted that the caption property must be of String type --- src/com/vaadin/ui/AbstractSelect.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/AbstractSelect.java b/src/com/vaadin/ui/AbstractSelect.java index 3e483333ff..b65cb61450 100644 --- a/src/com/vaadin/ui/AbstractSelect.java +++ b/src/com/vaadin/ui/AbstractSelect.java @@ -1212,7 +1212,9 @@ public abstract class AbstractSelect extends AbstractField implements * null resets the item caption mode to * ITEM_CAPTION_EXPLICIT_DEFAULTS_ID. *

- * + *

+ * Note that the type of the property used for caption must be String + *

*

* Setting the property id to null disables this feature. The id is null by * default -- 2.39.5