From 24921e5f77629b4553bd1460f4e78b2296af5c94 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Sat, 17 Oct 2015 08:51:00 -0700 Subject: improved javadocs Change-Id: I75cf104b05ed361ced7f17b20cebd98cc3825d5c --- server/src/com/vaadin/ui/Button.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src') diff --git a/server/src/com/vaadin/ui/Button.java b/server/src/com/vaadin/ui/Button.java index cb8ba66217..677e8cac7d 100644 --- a/server/src/com/vaadin/ui/Button.java +++ b/server/src/com/vaadin/ui/Button.java @@ -488,7 +488,8 @@ public class Button extends AbstractFocusable implements * typically to prevent (accidental) extra clicks on a button. *

* Note that this is only used when the click comes from the user, not when - * calling {@link #click()}. + * calling {@link #click()} method programmatically. Also, if developer + * wants to re-enable the button, it needs to be done programmatically. *

* * @param disableOnClick -- cgit v1.2.3