aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-01-07 12:48:26 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-01-07 12:48:26 +0000
commitcf3b3594e1d02fa2f5ab591a94c65a0611ba1ff3 (patch)
tree2c0a7d171b281ddbdd17ff9313c4dfcb7fdc4540 /src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java
parent4a0b5b2ea8a437bcf27689c5024266aefd2ceb09 (diff)
downloadvaadin-framework-cf3b3594e1d02fa2f5ab591a94c65a0611ba1ff3.tar.gz
vaadin-framework-cf3b3594e1d02fa2f5ab591a94c65a0611ba1ff3.zip
Some changes to help testing tools testing with FeatureBrowser
svn changeset:3387/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java b/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java
index fb9f0a34ff..ac2c964db8 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/TreeExample.java
@@ -50,6 +50,7 @@ public class TreeExample extends CustomComponent implements Action.Handler,
p.addComponent(new Label(desc));
// Tree with a few items
tree = new Tree();
+ tree.setDebugId("PID_S_testtree");
tree.setImmediate(true);
// we'll use a property for caption instead of the item id ("value"),
// so that multiple items can have the same caption