summaryrefslogtreecommitdiffstats
path: root/shared/src/com
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-24 14:44:19 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-24 14:44:19 +0300
commitcc3013a1e6e94872fb6ec07e756201495ec03ab6 (patch)
tree081b8824f5a321a2a471f6696866d0ac3ce7a99b /shared/src/com
parentb7db84e161ab4098750a3cf85e6c481af5df185a (diff)
downloadvaadin-framework-cc3013a1e6e94872fb6ec07e756201495ec03ab6.tar.gz
vaadin-framework-cc3013a1e6e94872fb6ec07e756201495ec03ab6.zip
Added primary stylename handling on server side #9724
Diffstat (limited to 'shared/src/com')
-rw-r--r--shared/src/com/vaadin/shared/ComponentState.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ComponentState.java b/shared/src/com/vaadin/shared/ComponentState.java
index 7d286f39a0..2ecf09b422 100644
--- a/shared/src/com/vaadin/shared/ComponentState.java
+++ b/shared/src/com/vaadin/shared/ComponentState.java
@@ -39,6 +39,7 @@ public class ComponentState extends SharedState {
public String caption = null;
public List<String> styles = null;
public String id = null;
+ public String primaryStyleName = null;
/**
* A set of event identifiers with registered listeners.
*/