diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-29 14:16:36 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-29 14:16:36 +0000 |
commit | 8385dfce5fbf01935975a218c1c736a7119519c7 (patch) | |
tree | de5b85552df8082b7fc47a95baae8169e36744d3 /src | |
parent | 60d46d5e7480d6e6796689372f660ededcfa75cf (diff) | |
download | vaadin-framework-8385dfce5fbf01935975a218c1c736a7119519c7.tar.gz vaadin-framework-8385dfce5fbf01935975a218c1c736a7119519c7.zip |
temporarily disabled focus-button from feature browser until #211 is fixed
svn changeset:347/svn branch:toolkit
Diffstat (limited to 'src')
-rw-r--r-- | src/com/itmill/toolkit/demo/features/PropertyPanel.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/demo/features/PropertyPanel.java b/src/com/itmill/toolkit/demo/features/PropertyPanel.java index 23b6df3ef7..1212271b29 100644 --- a/src/com/itmill/toolkit/demo/features/PropertyPanel.java +++ b/src/com/itmill/toolkit/demo/features/PropertyPanel.java @@ -307,12 +307,15 @@ public class PropertyPanel /** Field special properties */ private void addFieldProperties() { + // TODO This is temporarily disabled, until bug #211 is fixed + /* Form set = new Form(new GridLayout(COLUMNS, 1)); set.addField("focus", new Button("Focus", objectToConfigure, "focus")); set.getField("focus").setDescription( "Focus the cursor to this field. Not all " + "components and/or terminals support this feature."); addProperties("Field Features", set); + */ } /** Add and remove some miscellaneous example component to/from component container */ |