Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Custom visual representation for a tree using a DataBoundComponent

    I'd like to produce an alternative visual representation for a tree structure that should place sibling elements into the same horizontal row
    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).
    Last edited by d.cavestro; 22 Feb 2014, 06:57. Reason: Fixed typos
Working...
X