From 4a88d4f3a5e82dad4114064d1924c6858be614ef Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 20 Jul 2010 10:31:26 +0000 Subject: refined the API docs svn changeset:14256/svn branch:6.4 --- src/com/vaadin/ui/TableFieldFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/com') diff --git a/src/com/vaadin/ui/TableFieldFactory.java b/src/com/vaadin/ui/TableFieldFactory.java index 1b876ef863..157032fa50 100644 --- a/src/com/vaadin/ui/TableFieldFactory.java +++ b/src/com/vaadin/ui/TableFieldFactory.java @@ -36,7 +36,8 @@ public interface TableFieldFactory extends Serializable { * the Id of the property. * @param uiContext * the component where the field is presented. - * @return A field suitable for editing the specified data. + * @return A field suitable for editing the specified data or null if the + * property should not be editable. */ Field createField(Container container, Object itemId, Object propertyId, Component uiContext); -- cgit v1.2.3