]> source.dussan.org Git - vaadin-framework.git/commitdiff
added missing annotation
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 20 Oct 2009 07:20:00 +0000 (07:20 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 20 Oct 2009 07:20:00 +0000 (07:20 +0000)
svn changeset:9255/svn branch:6.2

src/com/vaadin/ui/NativeButton.java

index 5a24db40baf5fd221774ec7351ee1f612df62840..daddf84c90c20698c279f6fb25881c23efff64ae 100644 (file)
@@ -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() {