From b1d1e274e74746ee91b835e89fec3017585fd125 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Fri, 5 Dec 2014 19:38:55 +0200 Subject: Refactor frozen column API (#13334) Change-Id: I0c9528d2a4b2de2bcd5a6a6e70b1821eb142c4cc --- shared/src/com/vaadin/shared/ui/grid/GridState.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'shared') diff --git a/shared/src/com/vaadin/shared/ui/grid/GridState.java b/shared/src/com/vaadin/shared/ui/grid/GridState.java index 621b34a2b4..c30ebae474 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridState.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridState.java @@ -115,12 +115,9 @@ public class GridState extends AbstractComponentState { public GridStaticSectionState footer = new GridStaticSectionState(); - /** - * The id for the last frozen column. - * - * @see GridColumnState#id - */ - public String lastFrozenColumnId = null; + /** The number of frozen columns */ + @DelegateToWidget + public int frozenColumnCount = 0; /** The height of the Grid in terms of body rows. */ @DelegateToWidget -- cgit v1.2.3