I'd like to produce an alternative visual representation for a tree structure that should place sibling elements into the same horizontal row
It would be great if I had a way to write it as a full-fledged smartgwt DataBoundComponent associated to a DataSource, also supporting Drag and Drop.
I've searched through the docs, forums and faqs, but I've not found any discussion dedicated to the production of such additional components (other than this one) so I'd like to know if I have to expect particular difficulties if I go for this solution.
I'd use SmartGWT 4.0 of 4.1 (if released as stable).
Code:
/--------------\ | | | Root | | | \------+-------/ | +-----------------------+-----------------------+ | | /-------+------\ /-------+------\ | | | | | Child 1 | | Child 2 | | | | | \--------------/ \--------------/
It would be great if I had a way to write it as a full-fledged smartgwt DataBoundComponent associated to a DataSource, also supporting Drag and Drop.
I've searched through the docs, forums and faqs, but I've not found any discussion dedicated to the production of such additional components (other than this one) so I'd like to know if I have to expect particular difficulties if I go for this solution.
I'd use SmartGWT 4.0 of 4.1 (if released as stable).