From: Artur Signell Date: Mon, 19 Dec 2011 14:39:16 +0000 (+0200) Subject: Javadoc X-Git-Tag: 7.0.0.alpha1~96 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e133941341f728277711a436b2d8f13fa21f7afb;p=vaadin-framework.git Javadoc --- 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) {