summaryrefslogtreecommitdiffstats
path: root/server/src
diff options
context:
space:
mode:
authorMatti Tahvonen <matti@vaadin.com>2015-10-17 08:51:00 -0700
committerMatti Tahvonen <matti@vaadin.com>2015-10-17 08:51:30 -0700
commit24921e5f77629b4553bd1460f4e78b2296af5c94 (patch)
tree0a5914e64db8db6023c851deda875226f76e106b /server/src
parentbf030a07b0614c9782dd02669900529175069c15 (diff)
downloadvaadin-framework-24921e5f77629b4553bd1460f4e78b2296af5c94.tar.gz
vaadin-framework-24921e5f77629b4553bd1460f4e78b2296af5c94.zip
improved javadocs
Change-Id: I75cf104b05ed361ced7f17b20cebd98cc3825d5c
Diffstat (limited to 'server/src')
-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