]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added missing NativeButton state class #9724
authorJohn Ahlroos <john@vaadin.com>
Thu, 27 Sep 2012 13:27:38 +0000 (16:27 +0300)
committerJohn Ahlroos <john@vaadin.com>
Thu, 27 Sep 2012 13:27:38 +0000 (16:27 +0300)
shared/src/com/vaadin/shared/ui/button/NativeButtonState.java [new file with mode: 0644]

diff --git a/shared/src/com/vaadin/shared/ui/button/NativeButtonState.java b/shared/src/com/vaadin/shared/ui/button/NativeButtonState.java
new file mode 100644 (file)
index 0000000..bb7b535
--- /dev/null
@@ -0,0 +1,7 @@
+package com.vaadin.shared.ui.button;
+
+public class NativeButtonState extends ButtonState {
+    {
+        primaryStyleName = "v-nativebutton";
+    }
+}