aboutsummaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-20 17:14:14 +0300
committerArtur Signell <artur@vaadin.com>2012-09-20 17:14:28 +0300
commit9500a714336d6f08b47f7cba980fc82faf318ef3 (patch)
tree8ed3d39cab8d386b079283b261c3bdc5b3347fd8 /shared/src
parent1ba5c8840334b343dd196d239303148d56fb2a72 (diff)
downloadvaadin-framework-9500a714336d6f08b47f7cba980fc82faf318ef3.tar.gz
vaadin-framework-9500a714336d6f08b47f7cba980fc82faf318ef3.zip
Moved visible out from state so isVisible does not call markAsDirty (#9695)
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/com/vaadin/shared/ComponentState.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ComponentState.java b/shared/src/com/vaadin/shared/ComponentState.java
index 3b825686d0..7d286f39a0 100644
--- a/shared/src/com/vaadin/shared/ComponentState.java
+++ b/shared/src/com/vaadin/shared/ComponentState.java
@@ -37,7 +37,6 @@ public class ComponentState extends SharedState {
// Note: for the caption, there is a difference between null and an empty
// string!
public String caption = null;
- public boolean visible = true;
public List<String> styles = null;
public String id = null;
/**