Hi,
-- I want to generate debugIDs for a Tree Object
tree = new Tree<CustomType, String>(store, valueProvider);
tree.ensureDebugId("properties-tree");
above code generates the ids for tree root node but for all the items in the tree have automatic ids.
Tree items are created via TreeStore. How can I set the ids for tree items ?
Thanks,
Manpreet
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/97658b3d-9980-45d9-a1ac-8bd43e75f0a2%40googlegroups.com.
No comments:
Post a Comment