summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-11-26 23:02:23 +0200
committerArtur Signell <artur@vaadin.com>2014-12-01 13:11:00 +0000
commit67c3d0534594585a9631ac3f00258c133a54d975 (patch)
treef3f87691c04612d049e02920572cce56ae43e036 /shared
parent1edeb7c4a8f3a31915e895e2314d26d0f7534189 (diff)
downloadvaadin-framework-67c3d0534594585a9631ac3f00258c133a54d975.tar.gz
vaadin-framework-67c3d0534594585a9631ac3f00258c133a54d975.zip
Allow setting style names for header and footer cells (#7225)
Change-Id: Ieb8f5b36466a2d579e9c82f16613f6bc8952c831
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridStaticSectionState.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridStaticSectionState.java b/shared/src/com/vaadin/shared/ui/grid/GridStaticSectionState.java
index 5a04bb2558..39d84510f6 100644
--- a/shared/src/com/vaadin/shared/ui/grid/GridStaticSectionState.java
+++ b/shared/src/com/vaadin/shared/ui/grid/GridStaticSectionState.java
@@ -42,6 +42,8 @@ public class GridStaticSectionState implements Serializable {
public GridStaticCellType type = GridStaticCellType.TEXT;
public String columnId;
+
+ public String styleName = null;
}
public static class RowState implements Serializable {