diff options
author | Teppo Kurki <teppo.kurki@vaadin.com> | 2015-07-03 15:52:06 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-08-11 14:20:45 +0300 |
commit | 554bdab01e987b09a78b23d049c0f9f9b2a2ec72 (patch) | |
tree | 6c11fef9e15cb72fa88ef77b806aede5e600f92d /server/src/com | |
parent | 20f6053dc199d5dd7dde071dfdd9b37ea8f85e36 (diff) | |
download | vaadin-framework-554bdab01e987b09a78b23d049c0f9f9b2a2ec72.tar.gz vaadin-framework-554bdab01e987b09a78b23d049c0f9f9b2a2ec72.zip |
Keep non-editable & selection columns visible in editor
Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
Diffstat (limited to 'server/src/com')
-rw-r--r-- | server/src/com/vaadin/ui/Grid.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java index ab4236fdf0..eabd3e00c7 100644 --- a/server/src/com/vaadin/ui/Grid.java +++ b/server/src/com/vaadin/ui/Grid.java @@ -6150,6 +6150,9 @@ public class Grid extends AbstractFocusable implements SelectionNotifier, * Opens the editor interface for the provided item. Scrolls the Grid to * bring the item to view if it is not already visible. * + * Note that any cell content rendered by a WidgetRenderer will not be + * visible in the editor row. + * * @param itemId * the id of the item to edit * @throws IllegalStateException |