how do i supply data to my gwt tree
Posted
by molleman
on Stack Overflow
See other posts from Stack Overflow
or by molleman
Published on 2010-04-12T12:04:27Z
Indexed on
2010/04/12
13:43 UTC
Read the original article
Hit count: 264
Hello,
So i need to create a tree with tree items for my gwt project. i am using the composite pattern to store all the information i need to be placed within a tree.
A User has a root Folder that extends Hierarchy, this root Folder then has a list of Hierarchy objects, that can be FileLocations or Folders. Trouble i am having is building my tree based on this pattern. this data is all stored using hibernate in a mysql database
How would i be able to implement this as a tree in gwt.
Also the tree item that i create would have to reference back to the object so i can rename or move it.
© Stack Overflow or respective owner