]> source.dussan.org Git - vaadin-framework.git/commitdiff
Locale selector hidden until #244 is fixed
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 29 Jan 2007 15:58:50 +0000 (15:58 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 29 Jan 2007 15:58:50 +0000 (15:58 +0000)
svn changeset:361/svn branch:toolkit

src/com/itmill/toolkit/demo/features/FeatureDateField.java

index 71302b8148cce7c2a4be71f7f7a90d0c9e8ce579..17aab1685f848689119328a6ac317c1c24403437 100644 (file)
@@ -62,13 +62,15 @@ public class FeatureDateField extends Feature {
                l.addComponent(show);
 
                // Create locale selector
+               /* Hide locale selector, until this bug #244
                Select selector = new Select("Application Locale",localeContainer);
                selector.setItemCaptionPropertyId("name");
                selector.setImmediate(true);
                selector.setPropertyDataSource(
                        new MethodProperty(this.getApplication(), "locale"));
                l.addComponent(selector);
-
+               */
+       
                // Properties
                PropertyPanel p = new PropertyPanel(df);
                Form ap = p.createBeanPropertySet(new String[] { "resolution" });