aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/shared/ui/button/ButtonState.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-13 14:05:07 +0300
committerArtur Signell <artur@vaadin.com>2012-08-13 14:05:44 +0300
commit7d2fd844a14b3db1bce9befe255e041ce7193536 (patch)
tree82bb798d1e003ed6b410d7e7a36f7667a5c61892 /src/com/vaadin/shared/ui/button/ButtonState.java
parent52347a10799db89aab7b7c85d4456e057d61472b (diff)
downloadvaadin-framework-7d2fd844a14b3db1bce9befe255e041ce7193536.tar.gz
vaadin-framework-7d2fd844a14b3db1bce9befe255e041ce7193536.zip
Removed dependencies from shared to server/client (#9278)
Diffstat (limited to 'src/com/vaadin/shared/ui/button/ButtonState.java')
-rw-r--r--src/com/vaadin/shared/ui/button/ButtonState.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/com/vaadin/shared/ui/button/ButtonState.java b/src/com/vaadin/shared/ui/button/ButtonState.java
index c423e18d46..2bdd24ad3a 100644
--- a/src/com/vaadin/shared/ui/button/ButtonState.java
+++ b/src/com/vaadin/shared/ui/button/ButtonState.java
@@ -6,10 +6,10 @@ package com.vaadin.shared.ui.button;
import com.vaadin.shared.ComponentState;
import com.vaadin.shared.ui.TabIndexState;
-import com.vaadin.ui.Button;
/**
- * Shared state for Button and NativeButton.
+ * Shared state for {@link com.vaadin.ui.Button} and
+ * {@link com.vaadin.ui.NativeButton}.
*
* @see ComponentState
*
@@ -51,7 +51,8 @@ public class ButtonState extends ComponentState implements TabIndexState {
/**
* Returns the key code for activating the button via a keyboard shortcut.
*
- * See {@link Button#setClickShortcut(int, int...)} for more information.
+ * See {@link com.vaadin.ui.Button#setClickShortcut(int, int...)} for more
+ * information.
*
* @return key code or 0 for none
*/
@@ -62,7 +63,8 @@ public class ButtonState extends ComponentState implements TabIndexState {
/**
* Sets the key code for activating the button via a keyboard shortcut.
*
- * See {@link Button#setClickShortcut(int, int...)} for more information.
+ * See {@link com.vaadin.ui.Button#setClickShortcut(int, int...)} for more
+ * information.
*
* @param clickShortcutKeyCode
* key code or 0 for none