Hi,
Can any one explain me how tis thing works:
TreeNode[] fTreeNode = new TreeNode[]{
new TreeNode("IZIS", new TreeNode[]{
new TreeNode("Receipt Application", new TreeNode[]{
new TreeNode("BZA Application", new TreeNode[]{
new TreeNode("Step1"),
new TreeNode("Step2"),
new TreeNode("Step3"),
new TreeNode("Step4"),
new TreeNode("Step5"),
new TreeNode("Step6"),}),}),})};
I am new to GWT i dint understand how this thing works. It will be
nice if some can explain me this.
Thanks,
Avinash.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---