From 69798ea10a289afe384617def233992eb80c9fda Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Mon, 25 Aug 2014 11:02:09 +0300 Subject: Implement client-side editor row widget binding (#13334) Change-Id: I898d89cecc2d1c552a3cc32461d612d55d1babd7 --- shared/src/com/vaadin/shared/ui/grid/GridColumnState.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shared') diff --git a/shared/src/com/vaadin/shared/ui/grid/GridColumnState.java b/shared/src/com/vaadin/shared/ui/grid/GridColumnState.java index b73e7cffd5..d9c72d5ebd 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridColumnState.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridColumnState.java @@ -56,8 +56,17 @@ public class GridColumnState implements Serializable { */ public int width = 100; + /** + * The connector for the renderer used to render the cells in this column. + */ public Connector rendererConnector; + /** + * The connector for the field used to edit cells in this column when the + * editor row is active. + */ + public Connector editorConnector; + /** * Are sorting indicators shown for a column. Default is false. */ -- cgit v1.2.3