diff options
author | Marc Englund <marc.englund@itmill.com> | 2007-11-29 15:08:34 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2007-11-29 15:08:34 +0000 |
commit | aa59c9adbf7886c97f7289e971fe04f2b9ce751f (patch) | |
tree | 9ff5e6f41456c1a1fd08d27f572dedaa33002e88 /src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java | |
parent | f2e2e833db2b4b40a6332535f821956829820d6d (diff) | |
download | vaadin-framework-aa59c9adbf7886c97f7289e971fe04f2b9ce751f.tar.gz vaadin-framework-aa59c9adbf7886c97f7289e971fe04f2b9ce751f.zip |
Added ComboBox example
svn changeset:3045/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java index 415ad744fc..9f9fc7add4 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java @@ -69,7 +69,7 @@ public class FeatureBrowser extends com.itmill.toolkit.Application implements Button.class, Boolean.FALSE }, // Organizing: ComboBox { "Organizing", "ComboBox", "ComboBox - the swiss army select", - Button.class, Boolean.FALSE }, + ComboBoxExample.class, Boolean.FALSE }, // Organizing: Table { "Organizing", "Table", "A dynamic Table with bells and whistles", Button.class, Boolean.FALSE }, |