summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Button.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/ui/Button.java')
-rw-r--r--server/src/com/vaadin/ui/Button.java3
1 files changed, 2 insertions, 1 deletions
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.
* <p>
* 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.
* </p>
*
* @param disableOnClick