From: Artur Signell Date: Wed, 21 Dec 2011 07:35:14 +0000 (+0200) Subject: Noted that the caption property must be of String type X-Git-Tag: 7.0.0.alpha1~60 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fdc306715766c999743974ad113b7d113a24ea3c;p=vaadin-framework.git Noted that the caption property must be of String type --- 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