Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Adding a gwt celltree as a celltable column

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have an urgent project requirement to add a gwt celltree inside of a
celltable column.I was successful in adding the celltree inside the
celltable column by creating a custom cell. But the problem I am
facing is that the celltree is not recognizing events once it is
inside the celltable.When I click on the expand or collapse icons of
the celltree it is not responding. Can you please help me?

Please find below the code for my custom cell which renders the cell
tree inside of my cell table:


//To add the cell tree inside celltable column


Please let me know whether this is correct and should I need to add
further code to this so that cell tree can respond to expand/collapse
events inside the celltable.

Appreciate your help in this.

Thanks in advance,
Manu
 
Manu Sandy
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody please help??
 
If a regular clown is funny, then a larger clown would be funnier. Math. Verified by this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic