diff options
-rw-r--r-- | client/src/com/vaadin/client/ui/VPopupView.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/ui/VPopupView.java b/client/src/com/vaadin/client/ui/VPopupView.java index 7d98110446..bb2bbfe05d 100644 --- a/client/src/com/vaadin/client/ui/VPopupView.java +++ b/client/src/com/vaadin/client/ui/VPopupView.java @@ -195,6 +195,8 @@ public class VPopupView extends HTML implements HasEnabled, Iterable<Widget>, /** * Returns true if the popup is enabled, false if not. + * + * @since 7.3.4 */ @Override public boolean isEnabled() { @@ -206,6 +208,7 @@ public class VPopupView extends HTML implements HasEnabled, Iterable<Widget>, * * @param enabled <code>true</code> to enable the popup, <code>false</code> * to disable it + * @since 7.3.4 */ @Override public void setEnabled(boolean enabled) { |