From 4910442a87c35ca3b1240d2818e4155522b04504 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sauli=20T=C3=A4hk=C3=A4p=C3=A4=C3=A4?= Date: Sun, 2 Nov 2014 22:22:14 +0200 Subject: [PATCH] Add @since to VPopupView. Change-Id: I1b5544603ab2aa13bc1a51e04ff134fd48113c59 --- client/src/com/vaadin/client/ui/VPopupView.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/com/vaadin/client/ui/VPopupView.java b/client/src/com/vaadin/client/ui/VPopupView.java index bb2bbfe05d..5b37a90915 100644 --- a/client/src/com/vaadin/client/ui/VPopupView.java +++ b/client/src/com/vaadin/client/ui/VPopupView.java @@ -442,6 +442,14 @@ public class VPopupView extends HTML implements HasEnabled, Iterable, return Collections.singleton((Widget) popup).iterator(); } + /** + * Checks whether there are operations pending for this widget that must be + * executed before reaching a steady state. + * + * @returns true iff there are operations pending which must be + * executed before reaching a steady state + * @since 7.3.4 + */ @Override public boolean isWorkPending() { return popupShowInProgress; -- 2.39.5