Hello to everyone,
hope you all had a great start in the new year. :) The source of my
problem is how could i use treeitem?
I am building a layout with north, west, center and south position.
The WEST.panel is one accordion layout.
code:
final AccordionLayout accordion = new AccordionLayout();
accordion.setAnimate(true);
Panel westPanel = new Panel();
westPanel.setTitle("Men" + uuml);
westPanel.setCollapsible(true);
westPanel.setWidth(200);
westPanel.setLayout(accordion);
[/code]
The accordion layout is offering a few panels and each panel should
have a tree-structure. Let's have a look at productionPanel!
It has one TreePanel with 2 TreeNode's. So now that is important, if
I select one TreeItem at productionPanel, it shell display the right
Panel on the CENTER.panel.
How can i solve that? Do I have to use the TREELISTENER? i am just a
novice and an example were great :)
have a nice day
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---