aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/NativeButton.java
diff options
context:
space:
mode:
authorJens Jansson <peppe@vaadin.com>2012-01-26 16:09:33 +0200
committerJens Jansson <peppe@vaadin.com>2012-01-26 16:09:33 +0200
commit1efde21bc399ce4fb0e48e8a2e2b4aed401a18ff (patch)
tree0a9b3fd39a89645d9ccf6917556ba51b9dc5b3c8 /src/com/vaadin/ui/NativeButton.java
parentefeb6788645ad33075bb1d29c246f2c3cf717ab0 (diff)
downloadvaadin-framework-1efde21bc399ce4fb0e48e8a2e2b4aed401a18ff.tar.gz
vaadin-framework-1efde21bc399ce4fb0e48e8a2e2b4aed401a18ff.zip
Splitted up VButton and VNativeButton into paintable and widget
Diffstat (limited to 'src/com/vaadin/ui/NativeButton.java')
-rw-r--r--src/com/vaadin/ui/NativeButton.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/NativeButton.java b/src/com/vaadin/ui/NativeButton.java
index 46d13c4150..b7b7fcb38c 100644
--- a/src/com/vaadin/ui/NativeButton.java
+++ b/src/com/vaadin/ui/NativeButton.java
@@ -3,10 +3,10 @@
*/
package com.vaadin.ui;
-import com.vaadin.terminal.gwt.client.ui.VNativeButton;
+import com.vaadin.terminal.gwt.client.ui.VNativeButtonPaintable;
@SuppressWarnings("serial")
-@ClientWidget(VNativeButton.class)
+@ClientWidget(VNativeButtonPaintable.class)
public class NativeButton extends Button {
public NativeButton() {