diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-10-20 07:20:00 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-10-20 07:20:00 +0000 |
commit | ec7195a5516cb2f9620a15ea2febcea79c2d8ac6 (patch) | |
tree | 920bfbb64224d458d567594ca2fbc242798a91d4 /src/com/vaadin/ui/NativeButton.java | |
parent | ed57eb4ec06de4267567be8e1724fdc4f524ad45 (diff) | |
download | vaadin-framework-ec7195a5516cb2f9620a15ea2febcea79c2d8ac6.tar.gz vaadin-framework-ec7195a5516cb2f9620a15ea2febcea79c2d8ac6.zip |
added missing annotation
svn changeset:9255/svn branch:6.2
Diffstat (limited to 'src/com/vaadin/ui/NativeButton.java')
-rw-r--r-- | src/com/vaadin/ui/NativeButton.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/NativeButton.java b/src/com/vaadin/ui/NativeButton.java index 5a24db40ba..daddf84c90 100644 --- a/src/com/vaadin/ui/NativeButton.java +++ b/src/com/vaadin/ui/NativeButton.java @@ -1,8 +1,10 @@ package com.vaadin.ui; import com.vaadin.data.Property; +import com.vaadin.terminal.gwt.client.ui.VNativeButton; @SuppressWarnings("serial") +@ClientWidget(VNativeButton.class) public class NativeButton extends Button { public NativeButton() { |