From 9500a714336d6f08b47f7cba980fc82faf318ef3 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 20 Sep 2012 17:14:14 +0300 Subject: Moved visible out from state so isVisible does not call markAsDirty (#9695) --- shared/src/com/vaadin/shared/ComponentState.java | 1 - 1 file changed, 1 deletion(-) (limited to 'shared') 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 styles = null; public String id = null; /** -- cgit v1.2.3