aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/ui/TableFieldFactory.java3
1 files changed, 2 insertions, 1 deletions
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);