From fb4248119d77a6865a42ffdf0d80f10d683769a5 Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Fri, 7 Oct 2016 16:06:01 +0300 Subject: Remove AbstractComponent.immediate All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f --- shared/src/main/java/com/vaadin/shared/AbstractComponentState.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'shared/src') diff --git a/shared/src/main/java/com/vaadin/shared/AbstractComponentState.java b/shared/src/main/java/com/vaadin/shared/AbstractComponentState.java index f077e540ab..bcf2885989 100644 --- a/shared/src/main/java/com/vaadin/shared/AbstractComponentState.java +++ b/shared/src/main/java/com/vaadin/shared/AbstractComponentState.java @@ -33,8 +33,6 @@ public class AbstractComponentState extends SharedState { public String width = ""; public boolean readOnly = false; @NoLayout - public boolean immediate = false; - @NoLayout public String description = ""; // Note: for the caption, there is a difference between null and an empty // string! -- cgit v1.2.3