]> source.dussan.org Git - vaadin-framework.git/commitdiff
Noted that the caption property must be of String type
authorArtur Signell <artur@vaadin.com>
Wed, 21 Dec 2011 07:35:14 +0000 (09:35 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 21 Dec 2011 07:35:43 +0000 (09:35 +0200)
src/com/vaadin/ui/AbstractSelect.java

index 3e483333ff85139988da57958f1f4c33e2d37a09..b65cb61450595376783b8a4e553f571c8c501d04 100644 (file)
@@ -1212,7 +1212,9 @@ public abstract class AbstractSelect extends AbstractField<Object> implements
      * null resets the item caption mode to
      * <code>ITEM_CAPTION_EXPLICIT_DEFAULTS_ID</code>.
      * </p>
-     * 
+     * <p>
+     * Note that the type of the property used for caption must be String
+     * </p>
      * <p>
      * Setting the property id to null disables this feature. The id is null by
      * default