diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-07-20 10:31:26 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-07-20 10:31:26 +0000 |
commit | 4a88d4f3a5e82dad4114064d1924c6858be614ef (patch) | |
tree | c384b18d961c7320cb204a2218ecb2af73265eba /src/com/vaadin/ui | |
parent | c488200e40cb22cf7cbcadeefa5507fa509d2a96 (diff) | |
download | vaadin-framework-4a88d4f3a5e82dad4114064d1924c6858be614ef.tar.gz vaadin-framework-4a88d4f3a5e82dad4114064d1924c6858be614ef.zip |
refined the API docs
svn changeset:14256/svn branch:6.4
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r-- | src/com/vaadin/ui/TableFieldFactory.java | 3 |
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); |