posted 10 years ago
Hi everyone. Please I need your help. I've created a CellBrowser with UiBinder that I populate from a database. The problem is that I can't display it using the InitWidget method. But if I attach it directely to the RootPanel (using the instruction: RootPanel.get().add(cellBrowser);), it gets displayed, but over the other coponents that are attached to the composite (it becomes a real mess :/ ). I've put it in a HTMLPanel but it doesn't work.
How can I attach it to the composite and get it displayed with the other widgets? (I've tried other panels, but it didn't work :/ ).
Here's my code:
The UiBinder file:
The view:
The TreeViewModel class:
I hope it's clear and thank you very much.