From e133941341f728277711a436b2d8f13fa21f7afb Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 19 Dec 2011 16:39:16 +0200 Subject: [PATCH] Javadoc --- .../data/fieldbinder/DefaultFieldBinderFieldFactory.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/com/vaadin/data/fieldbinder/DefaultFieldBinderFieldFactory.java b/src/com/vaadin/data/fieldbinder/DefaultFieldBinderFieldFactory.java index 95fa24f233..db202f7a53 100644 --- a/src/com/vaadin/data/fieldbinder/DefaultFieldBinderFieldFactory.java +++ b/src/com/vaadin/data/fieldbinder/DefaultFieldBinderFieldFactory.java @@ -108,8 +108,13 @@ public class DefaultFieldBinderFieldFactory implements FieldBinderFieldFactory { } /** + * Populates the given select with all the enums in the given {@link Enum} + * class. Uses {@link Enum}.toString() for caption. + * * @param select + * The select to populate * @param enumClass + * The Enum class to use */ protected void populateWithEnumData(AbstractSelect select, Class enumClass) { -- 2.39.5