Hello
When I create treeItem,I can use:
---------------------------
parentTreeItem.addItem(ImageBundle.image().getHtml()+" "+treeItemName);
---------------------------
to set an Icon,but problem is that if I use:
------------------------------------
treeItem.set(ImageBundle.image().getHtml()+" "+treeItemName);
-----------------------------------
I will get error,so if I want to change the Icon of treeitem,I must
delete treeitem first then create new one,that is bad.Can anybody tell
me how set icon directly?Thank you.
Best regards.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---