]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disable styles from Table properties style-list
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 9 Feb 2007 12:54:57 +0000 (12:54 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 9 Feb 2007 12:54:57 +0000 (12:54 +0000)
svn changeset:604/svn branch:toolkit

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

index feb418148d1e67c83e777b647453c051dc58d4e6..27fcfd45b06992547b2747fcaf538129c98a6116 100644 (file)
@@ -125,11 +125,13 @@ public class FeatureTable extends Feature implements Action.Handler {
                                new Integer(Table.ROW_HEADER_MODE_PROPERTY) }, new Object[] {
                                "Explicit", "Explicit defaults ID", "Hidden", "Icon only",
                                "ID", "Index", "Item", "Property" });
+               /* Disabled theme changer before #356, #357 are fixed
                Select themes = (Select) propertyPanel.getField("style");
                themes.addItem("list").getItemProperty(
                                themes.getItemCaptionPropertyId()).setValue("list");
                themes.addItem("paging").getItemProperty(
                                themes.getItemCaptionPropertyId()).setValue("paging");
+                               */
                propertyPanel.addProperties("Table Properties", ap);
 
                t.setRowHeaderMode(Table.ROW_HEADER_MODE_INDEX);